Browse Source

+ Version 1.9.4

michael 21 years ago
parent
commit
b3e162b244
4 changed files with 8 additions and 5 deletions
  1. 5 2
      compiler/version.pas
  2. 1 1
      install/fpc.spec
  3. 1 1
      install/install.sh
  4. 1 1
      install/makepack

+ 5 - 2
compiler/version.pas

@@ -33,7 +33,7 @@ interface
        { version string }
        version_nr = '1';
        release_nr = '9';
-       patch_nr   = '3';
+       patch_nr   = '4';
        minorpatch = '';
 
        { date string }
@@ -93,7 +93,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.22  2004-01-11 20:59:41  florian
+  Revision 1.23  2004-05-29 23:46:50  michael
+  + Version 1.9.4
+
+  Revision 1.22  2004/01/11 20:59:41  florian
     * version changed to 1.9.3
 
   Revision 1.21  2004/01/03 12:31:44  michael

+ 1 - 1
install/fpc.spec

@@ -1,5 +1,5 @@
 Name: fpc
-Version: 1.9.3
+Version: 1.9.4
 Release: 0
 ExclusiveArch: i386 i586 i686 ppc
 Copyright: GPL

+ 1 - 1
install/install.sh

@@ -8,7 +8,7 @@
 #
 
 # Release Version
-VERSION=1.9.2
+VERSION=1.9.4
 
 # some useful functions
 # ask displays 1st parameter, and ask new value for variable, whose name is

+ 1 - 1
install/makepack

@@ -5,7 +5,7 @@
 #
 
 # Version
-VERSION=1.9.2
+VERSION=1.9.4
 RELEASE=i386
 
 unset FPCDIR