Browse Source

* compiler version update

git-svn-id: tags/release_3_0_2_rc1@34191 -
marco 9 years ago
parent
commit
d01012044e
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 = '3';
        release_nr = '0';
-       patch_nr   = '1';
-       minorpatch = '';
+       patch_nr   = '2';
+       minorpatch = 'rc1';
 
        { word version for ppu file }
        wordversion = ((ord(version_nr)-ord('0')) shl 14)+