Kaynağa Gözat

Updated installer version number (2.2.2rc2 => 2.2.2)

git-svn-id: tags/release_2_2_2@11490 -
giulio 17 yıl önce
ebeveyn
işleme
aa8b7971f9
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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';