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.