mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +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_nr = '2';
|
||||
release_nr = '0';
|
||||
patch_nr = '3';
|
||||
minorpatch = '';
|
||||
patch_nr = '4';
|
||||
minorpatch = '-rc1';
|
||||
|
||||
{ word version for ppu file }
|
||||
wordversion = ((ord(version_nr)-ord('0')) shl 14)+
|
||||
|
Loading…
Reference in New Issue
Block a user