From 23d582fef582e10bd776054edb1c75e705b89103 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 12 Aug 2015 07:41:40 +0000 Subject: [PATCH] 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 --- ChangeLog | 14 ++++++++++++++ include/osg/Version | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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.