Browse Source

+ Upgraded version number to 0.99.5

michael 27 years ago
parent
commit
0fdd9b4bd8
3 changed files with 4 additions and 4 deletions
  1. 2 2
      compiler/makefile
  2. 1 1
      rtl/linux/makefile
  3. 1 1
      rtl/makefile

+ 2 - 2
compiler/makefile

@@ -97,9 +97,9 @@ endif
 # Where to install the _real_executable and support files
 ifndef LIBINSTALLDIR
 ifdef inlinux
-LIBINSTALLDIR=/usr/lib/fpc/0.99.0
+LIBINSTALLDIR=/usr/lib/fpc/0.99.5
 # for a.out
-# LIBINSTALLDIR=/usr/lib/ppc/aout/0.99.0
+# LIBINSTALLDIR=/usr/lib/ppc/aout/0.99.5
 else
 LIBINSTALLDIR=$(PROGINSTALLDIR)
 endif

+ 1 - 1
rtl/linux/makefile

@@ -23,7 +23,7 @@
 
 # set the directory where to install the units.
 ifndef UNITINSTALLDIR
-UNITINSTALLDIR=/usr/lib/ppc/0.99.0/linuxunits
+UNITINSTALLDIR=/usr/lib/ppc/0.99.5/linuxunits
 endif
 
 # set the directory where to install the libs (must exist)

+ 1 - 1
rtl/makefile

@@ -20,7 +20,7 @@ PP=ppc386
 # this directry will be created, and the system dependent
 # files will be set there.
 # For linux:
-UNITINSTALLDIR=/usr/lib/ppc/0.99.0
+UNITINSTALLDIR=/usr/lib/ppc/0.99.5
 # For dos/os2 : 
 # UNITINSTALLDIR=\pp\units