Added tagrules for 'make tag' convenience
Updated makedefs for release/revision
This commit is contained in:
parent
ede7117f83
commit
3c4efec5d7
@ -9,3 +9,4 @@ include $(TOPDIR)/Make/versionrules
|
|||||||
include $(TOPDIR)/Make/instrules
|
include $(TOPDIR)/Make/instrules
|
||||||
include $(TOPDIR)/Make/distrules
|
include $(TOPDIR)/Make/distrules
|
||||||
include $(TOPDIR)/Make/helprules
|
include $(TOPDIR)/Make/helprules
|
||||||
|
include $(TOPDIR)/Make/tagrules
|
||||||
|
@ -52,8 +52,8 @@ MAKEDEPEND = ignore
|
|||||||
#######################################################################
|
#######################################################################
|
||||||
VERSION_MAJOR = 0
|
VERSION_MAJOR = 0
|
||||||
VERSION_MINOR = 9
|
VERSION_MINOR = 9
|
||||||
VERSION_RELEASE = 7
|
VERSION_RELEASE = 8
|
||||||
VERSION_REVISION ?= 0
|
VERSION_REVISION ?= 1
|
||||||
ifneq (,$(OSG_VERSION_REVISION))
|
ifneq (,$(OSG_VERSION_REVISION))
|
||||||
VERSION_REVISION = $(OSG_VERSION_REVISION)
|
VERSION_REVISION = $(OSG_VERSION_REVISION)
|
||||||
endif
|
endif
|
||||||
|
2
Make/tagrules
Normal file
2
Make/tagrules
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
tag:
|
||||||
|
cvs tag OpenSceneGraph_$(VERSION_MAJOR)_$(VERSION_MINOR)_$(VERSION_RELEASE)_release_revision_$(VERSION_REVISION)
|
Loading…
Reference in New Issue
Block a user