You've already forked lazarus-ccr
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
23 lines
381 B
ObjectPascal
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.
|
|
|