瀏覽代碼

Updated installer version number (2.2.2rc2 => 2.2.2)

git-svn-id: tags/release_2_2_2@11490 -
giulio 17 年之前
父節點
當前提交
aa8b7971f9
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      installer/install.dat
  2. 1 1
      installer/install.pas

+ 2 - 2
installer/install.dat

@@ -5,8 +5,8 @@
 #
 # Warning: no package should contain more than 16 files
 
-title=Free Pascal Compiler 2.2.2rc2
-version=2.2.2rc2
+title=Free Pascal Compiler 2.2.2
+version=2.2.2
 
 #
 # General

+ 1 - 1
installer/install.pas

@@ -93,7 +93,7 @@ program install;
      WHTMLScn,insthelp;
 
   const
-     installerversion='2.2.2rc2';
+     installerversion='2.2.2';
      installercopyright='Copyright (c) 1993-2008 Florian Klaempfl';