Browse Source

* compiler version number set

git-svn-id: tags/release_2_0_2@1703 -
florian 20 years ago
parent
commit
80786374ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/version.pas

+ 1 - 1
compiler/version.pas

@@ -29,7 +29,7 @@ interface
        { version string }
        version_nr = '2';
        release_nr = '0';
-       patch_nr   = '1';
+       patch_nr   = '2';
        minorpatch = '';
 
        { word version for ppu file }