Robert must've forgotten to set VERSION_REVISION back to 0 after
tagging the release
This commit is contained in:
parent
8c92d043ad
commit
45313a0aae
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user