Browse Source

* Updated version in the inno-installer

git-svn-id: trunk@6923 -
joost 18 years ago
parent
commit
6ed78067b6
2 changed files with 4 additions and 4 deletions
  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;