From 9e879f3bd70f098382b43b2f7873066d00fe7a0e Mon Sep 17 00:00:00 2001 From: gwaldron Date: Wed, 7 Feb 2018 11:37:51 -0500 Subject: [PATCH] Version bump to 2.9 --- src/osgEarth/Version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgEarth/Version b/src/osgEarth/Version index 31d9cca455..04baf8eb39 100644 --- a/src/osgEarth/Version +++ b/src/osgEarth/Version @@ -31,7 +31,7 @@ extern "C" { #define OSGEARTH_MINOR_VERSION 9 #define OSGEARTH_PATCH_VERSION 0 #define OSGEARTH_SOVERSION 0 -#define OSGEARTH_RC_VERSION 3 +#define OSGEARTH_RC_VERSION 0 #define OSGEARTH_DEVEL_VERSION 0 // 0 = release; >0 = interim devel version /* Convenience macro that can be used to decide whether a feature is present or not i.e.