mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:09:18 +02:00
* version set to 2.0.4-rc1
git-svn-id: tags/release_2_0_4_rc1@4083 -
This commit is contained in:
parent
0319044ee3
commit
714d8ae1f3
@ -29,8 +29,8 @@ interface
|
|||||||
{ version string }
|
{ version string }
|
||||||
version_nr = '2';
|
version_nr = '2';
|
||||||
release_nr = '0';
|
release_nr = '0';
|
||||||
patch_nr = '3';
|
patch_nr = '4';
|
||||||
minorpatch = '';
|
minorpatch = '-rc1';
|
||||||
|
|
||||||
{ word version for ppu file }
|
{ word version for ppu file }
|
||||||
wordversion = ((ord(version_nr)-ord('0')) shl 14)+
|
wordversion = ((ord(version_nr)-ord('0')) shl 14)+
|
||||||
|
Loading…
Reference in New Issue
Block a user