From 45313a0aae3f61591553dae33f2bdcf1a2e1d763 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Tue, 24 Aug 2004 21:35:41 +0000 Subject: [PATCH] Robert must've forgotten to set VERSION_REVISION back to 0 after tagging the release --- Make/makedefs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make/makedefs b/Make/makedefs index bbf9054bb..6623cf5d8 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -53,7 +53,7 @@ MAKEDEPEND = ignore VERSION_MAJOR = 0 VERSION_MINOR = 9 VERSION_RELEASE = 7 -VERSION_REVISION ?= 2 +VERSION_REVISION ?= 0 ifneq (,$(OSG_VERSION_REVISION)) VERSION_REVISION = $(OSG_VERSION_REVISION) endif @@ -88,8 +88,8 @@ DOF = $(OPTF) DEBUGDIR = $(OS)$(ARCH).Debug OPTDIR = $(OS)$(ARCH).Opt BININST = bin -LIBINST = lib PLUGININST = lib/$(OS)$(ARCH)/osgPlugins +LIBINST = lib/$(OS)$(ARCH) INST_LOCATION = /usr/local INST_LIBS = $(INST_LOCATION)/lib$(ARCHINST)