From 0fdd9b4bd82f1459171f8885bc1ab99c811f97eb Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 31 Mar 1998 08:11:07 +0000 Subject: [PATCH] + Upgraded version number to 0.99.5 --- compiler/makefile | 4 ++-- rtl/linux/makefile | 2 +- rtl/makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/makefile b/compiler/makefile index 815abbdf96..102c861ebb 100644 --- a/compiler/makefile +++ b/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 diff --git a/rtl/linux/makefile b/rtl/linux/makefile index c9710f5c4e..f6f5edd727 100644 --- a/rtl/linux/makefile +++ b/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) diff --git a/rtl/makefile b/rtl/makefile index 48faa0b371..51655734d5 100644 --- a/rtl/makefile +++ b/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