mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 12:09:25 +02:00
* set version over $I, one less file to edit.
git-svn-id: trunk@40615 -
This commit is contained in:
parent
a5b0531980
commit
e156128065
@ -26,7 +26,7 @@ uses
|
|||||||
{$ifdef Unix}cthreads,{$endif} Classes, Sysutils, chmfilewriter, GetOpts;
|
{$ifdef Unix}cthreads,{$endif} Classes, Sysutils, chmfilewriter, GetOpts;
|
||||||
|
|
||||||
Const
|
Const
|
||||||
CHMCMDVersion = '3.1.1';
|
CHMCMDVersion = {$I %FPCVERSION%};
|
||||||
|
|
||||||
Procedure Usage;
|
Procedure Usage;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user