You've already forked lazarus-ccr
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
This commit is contained in:
22
applications/wikihelp/src/uappconsts.pas
Normal file
22
applications/wikihelp/src/uappconsts.pas
Normal file
@ -0,0 +1,22 @@
|
||||
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.
|
||||
|
Reference in New Issue
Block a user