diff --git a/GNUmakefile b/GNUmakefile index c8fecf0b..bfe64007 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,6 +22,9 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # +# Install into the system root by default +GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) + include $(GNUSTEP_MAKEFILES)/common.make PACKAGE_NAME=Gorm diff --git a/Version b/Version index 81e26307..5624f2ee 100644 --- a/Version +++ b/Version @@ -10,5 +10,5 @@ GNUSTEP_CORE_VERSION=0.6.5 # The version number of this release. MAJOR_VERSION=0 MINOR_VERSION=0 -SUBMINOR_VERSION=1 +SUBMINOR_VERSION=2 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}