Updated ChangeLog, AUTHORS file, Release Candidate Number and SO version number for 3.2-rc4

This commit is contained in:
Robert Osfield
2013-07-23 18:34:01 +00:00
parent 14de2266ba
commit 28dd1cf8a8
4 changed files with 35 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ extern "C" {
#define OPENSCENEGRAPH_MAJOR_VERSION 3
#define OPENSCENEGRAPH_MINOR_VERSION 2
#define OPENSCENEGRAPH_PATCH_VERSION 0
#define OPENSCENEGRAPH_SOVERSION 99
#define OPENSCENEGRAPH_SOVERSION 100
/* Convenience macro that can be used to decide whether a feature is present or not i.e.
* #if OSG_MIN_VERSION_REQUIRED(2,9,5)