diff --git a/ChangeLog b/ChangeLog index bdb6dc236..44b19d8d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/include/osg/Version b/include/osg/Version index 79f99d454..2c42034da 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -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.