From ef40a7f316372bb5e30e6d2c1d832e4d7f9c7c84 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Thu, 2 Dec 2004 21:50:53 +0000 Subject: [PATCH] Post release adjustment of revision --- Make/makedefs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make/makedefs b/Make/makedefs index c187795cf..130c368d1 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -53,7 +53,7 @@ MAKEDEPEND = ignore VERSION_MAJOR = 0 VERSION_MINOR = 9 VERSION_RELEASE = 8 -VERSION_REVISION ?= 1 +VERSION_REVISION ?= 0 ifneq (,$(OSG_VERSION_REVISION)) VERSION_REVISION = $(OSG_VERSION_REVISION) endif