From 410331905948198b4cfb3fa5698e47201462044c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 2 Jun 2011 21:32:03 +0000 Subject: [PATCH] Updated version --- include/osg/Version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osg/Version b/include/osg/Version index 4a305c055..c85b09dcf 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -20,8 +20,8 @@ extern "C" { #define OPENSCENEGRAPH_MAJOR_VERSION 2 #define OPENSCENEGRAPH_MINOR_VERSION 9 -#define OPENSCENEGRAPH_PATCH_VERSION 15 -#define OPENSCENEGRAPH_SOVERSION 76 +#define OPENSCENEGRAPH_PATCH_VERSION 16 +#define OPENSCENEGRAPH_SOVERSION 77 /* 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)