Browse Source

* updated for version 1.0

Tomas Hajny 25 years ago
parent
commit
afb2ec2cb3
2 changed files with 7 additions and 4 deletions
  1. 2 2
      install/fpinst/install.dat
  2. 5 2
      install/fpinst/install.pas

+ 2 - 2
install/fpinst/install.dat

@@ -3,8 +3,8 @@
 #
 # Install file for Go32v2/Win32/OS2
 #
-title=Free Pascal Compiler 0.99.14a
-version=0.99.14
+title=Free Pascal Compiler 1.00
+version=1.00
 
 #
 # General

+ 5 - 2
install/fpinst/install.pas

@@ -78,7 +78,7 @@ program install;
 
 
   const
-     installerversion='0.99.14';
+     installerversion='1.00';
 
      maxpacks=10;
      maxpackages=20;
@@ -1200,7 +1200,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.19  2000-06-18 18:27:32  hajny
+  Revision 1.20  2000-07-09 12:55:45  hajny
+    * updated for version 1.0
+
+  Revision 1.19  2000/06/18 18:27:32  hajny
     + archive validity checking, progress indicator, better error checking
 
   Revision 1.18  2000/02/24 17:47:47  peter