Added tagrules for 'make tag' convenience

Updated makedefs for release/revision
This commit is contained in:
Don BURNS 2004-12-02 21:49:58 +00:00
parent ede7117f83
commit 3c4efec5d7
3 changed files with 5 additions and 2 deletions

View File

@ -9,3 +9,4 @@ include $(TOPDIR)/Make/versionrules
include $(TOPDIR)/Make/instrules
include $(TOPDIR)/Make/distrules
include $(TOPDIR)/Make/helprules
include $(TOPDIR)/Make/tagrules

View File

@ -52,8 +52,8 @@ MAKEDEPEND = ignore
#######################################################################
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_RELEASE = 7
VERSION_REVISION ?= 0
VERSION_RELEASE = 8
VERSION_REVISION ?= 1
ifneq (,$(OSG_VERSION_REVISION))
VERSION_REVISION = $(OSG_VERSION_REVISION)
endif

2
Make/tagrules Normal file
View File

@ -0,0 +1,2 @@
tag:
cvs tag OpenSceneGraph_$(VERSION_MAJOR)_$(VERSION_MINOR)_$(VERSION_RELEASE)_release_revision_$(VERSION_REVISION)