From 3c4efec5d7bca692d395dd48836ae1527edd6ee4 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Thu, 2 Dec 2004 21:49:58 +0000 Subject: [PATCH] Added tagrules for 'make tag' convenience Updated makedefs for release/revision --- GNUmakefile | 1 + Make/makedefs | 4 ++-- Make/tagrules | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Make/tagrules diff --git a/GNUmakefile b/GNUmakefile index 7e93e65ee..b2b75c5d7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,3 +9,4 @@ include $(TOPDIR)/Make/versionrules include $(TOPDIR)/Make/instrules include $(TOPDIR)/Make/distrules include $(TOPDIR)/Make/helprules +include $(TOPDIR)/Make/tagrules diff --git a/Make/makedefs b/Make/makedefs index 2e804fd6e..c187795cf 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -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 diff --git a/Make/tagrules b/Make/tagrules new file mode 100644 index 000000000..251e8dd36 --- /dev/null +++ b/Make/tagrules @@ -0,0 +1,2 @@ +tag: + cvs tag OpenSceneGraph_$(VERSION_MAJOR)_$(VERSION_MINOR)_$(VERSION_RELEASE)_release_revision_$(VERSION_REVISION)