Set VERSION_RELEASE back to 3, replaced guards in include/osg/Verson to
OSG_VERSION_ with trailing underscore
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user