Browse Source

Set minor patch to 'a'

git-svn-id: tags/release_2_6_0@20554 -
pierre 13 năm trước cách đây
mục cha
commit
674e3c2e77
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/version.pas

+ 1 - 1
compiler/version.pas

@@ -30,7 +30,7 @@ interface
        version_nr = '2';
        release_nr = '6';
        patch_nr   = '0';
-       minorpatch = '';
+       minorpatch = 'a';
 
        { word version for ppu file }
        wordversion = ((ord(version_nr)-ord('0')) shl 14)+