Browse Source

* version set to 2.0.4-rc1

git-svn-id: tags/release_2_0_4_rc1@4083 -
Tomas Hajny 19 years ago
parent
commit
714d8ae1f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/version.pas

+ 2 - 2
compiler/version.pas

@@ -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)+