Files
lazarus-ccr/applications/wikihelp/src/uappconsts.pas
christian_u c3ab0f1439 initial checkin
new festures than in package:
*langauge independent
*removes notoc
*removes page templates


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@95 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-27 09:38:04 +00:00

23 lines
381 B
ObjectPascal

unit uAppconsts;
{$mode objfpc}{$H+}
interface
const
vAppName = 'wikihelp';
vRevision = 2;
vVersion = 0.5;
vProgramname = 'WikiHelp';
vTimeOutYear = 0;
vTimeOutMonth = 0;
vTimeOutDay = 0;
vCopyright = '2007 Christian Ulrich';
vTracker_url = 'mantis.ullihome.de';
vProject_id = 5;
implementation
end.