Set VERSION_RELEASE back to 3, replaced guards in include/osg/Verson to

OSG_VERSION_ with trailing underscore
This commit is contained in:
Don BURNS
2003-03-18 20:02:02 +00:00
parent bf184ef7a3
commit e978c405e1
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ MAKEDEPEND = ignore
#######################################################################
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_RELEASE = 4
VERSION_RELEASE = 3
VERSION_REVISION ?= 0
ifneq (,$(OSG_VERSION_REVISION))
VERSION_REVISION = $(OSG_VERSION_REVISION)

View File

@@ -11,8 +11,8 @@
* OpenSceneGraph Public License for more details.
*/
#ifndef OSG_VERSION
#define OSG_VERSION 1
#ifndef OSG_VERSION_
#define OSG_VERSION_ 1
#include <osg/Export>