瀏覽代碼

* Version number set to 2.2.2rc1 in install.pas and install.dat
* Updated year in copyright string (installer)

git-svn-id: branches/rc_2_2_2@11189 -

giulio 17 年之前
父節點
當前提交
db86e9ffdf
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      installer/install.dat
  2. 2 2
      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.2
-version=2.2.2
+title=Free Pascal Compiler 2.2.2rc1
+version=2.2.2rc1
 
 #
 # General

+ 2 - 2
installer/install.pas

@@ -93,8 +93,8 @@ program install;
      WHTMLScn,insthelp;
 
   const
-     installerversion='2.2.1';
-     installercopyright='Copyright (c) 1993-2007 Florian Klaempfl';
+     installerversion='2.2.2rc1';
+     installercopyright='Copyright (c) 1993-2008 Florian Klaempfl';
 
 
      maxpacks=30;