Updated version and ChangeLog for release

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.2@15104 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-08-12 07:41:40 +00:00
parent 074d470fa5
commit 23d582fef5
2 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,17 @@
2015-08-12 07:38 robert
* CMakeLists.txt: Updated version number for 3.2.3 release
2015-08-12 07:37 robert
* AUTHORS.txt, ChangeLog, README.txt: Updated AUTHORS, ChangeLog
and README for 3.2.3 release
2015-08-12 06:50 robert
* applications/osgversion/Contributors.cpp: Merged Contributors
list from svn/trunk.
2015-08-08 08:49 robert
* src/osgPlugins/zip/ZipArchive.cpp: From Glenn Waldron, fix error

View File

@@ -20,7 +20,7 @@ extern "C" {
#define OPENSCENEGRAPH_MAJOR_VERSION 3
#define OPENSCENEGRAPH_MINOR_VERSION 2
#define OPENSCENEGRAPH_PATCH_VERSION 2
#define OPENSCENEGRAPH_PATCH_VERSION 3
#define OPENSCENEGRAPH_SOVERSION 100
/* Convenience macro that can be used to decide whether a feature is present or not i.e.