summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--installer/install.dat4
-rw-r--r--installer/install.pas4
2 files changed, 4 insertions, 4 deletions
diff --git a/installer/install.dat b/installer/install.dat
index fb530101cf..f6c2f3d64a 100644
--- a/installer/install.dat
+++ b/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
diff --git a/installer/install.pas b/installer/install.pas
index 8c503463bd..85eaa6850a 100644
--- a/installer/install.pas
+++ b/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;