From 1e1c79f2575cc48447df30c5ff533e0bfa690f16 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 10 Mar 2010 16:31:15 +0000 Subject: [PATCH] Updated version --- include/osg/Version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Version b/include/osg/Version index d4cd32b80..23640e5f0 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -21,7 +21,7 @@ extern "C" { #define OPENSCENEGRAPH_MAJOR_VERSION 2 #define OPENSCENEGRAPH_MINOR_VERSION 9 #define OPENSCENEGRAPH_PATCH_VERSION 8 -#define OPENSCENEGRAPH_SOVERSION 64 +#define OPENSCENEGRAPH_SOVERSION 66 /* 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)