Преглед на файлове

Merged revisions 6923 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r6923 | joost | 2007-03-18 22:16:31 +0100 (Sun, 18 Mar 2007) | 1 line

* Updated version in the inno-installer
........

git-svn-id: branches/fixes_2_2@6924 -

joost преди 18 години
родител
ревизия
6a20243626
променени са 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.0.4
-version=2.0.4
+title=Free Pascal Compiler 2.1.2
+version=2.1.2
 
 #
 # General

+ 2 - 2
installer/install.pas

@@ -93,8 +93,8 @@ program install;
      WHTMLScn,insthelp;
 
   const
-     installerversion='2.0.4';
-     installercopyright='Copyright (c) 1993-2006 Florian Klaempfl';
+     installerversion='2.1.2';
+     installercopyright='Copyright (c) 1993-2007 Florian Klaempfl';
 
 
      maxpacks=30;