From 6b5fb806a9190f7425c32db65d3ea905a55a9c16 Mon Sep 17 00:00:00 2001 From: Glenn Waldron Date: Fri, 29 Apr 2022 15:19:32 -0400 Subject: [PATCH] Version bump: 3.3, SO 135 --- CMakeLists.txt | 4 ++-- src/osgEarth/Version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index afa13bbba5..36ea6c81fc 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,11 +27,11 @@ PROJECT(OSGEARTH) # SDK version number (informational) SET(OSGEARTH_MAJOR_VERSION 3) -SET(OSGEARTH_MINOR_VERSION 2) +SET(OSGEARTH_MINOR_VERSION 3) SET(OSGEARTH_PATCH_VERSION 0) # Increment this each time the ABI changes -SET(OSGEARTH_SOVERSION 134) +SET(OSGEARTH_SOVERSION 135) # C++11 is required for osgEarth 3.x set_property(GLOBAL PROPERTY CXX_STANDARD 11) diff --git a/src/osgEarth/Version b/src/osgEarth/Version index 2357e9c2ba..1fa22ed078 100644 --- a/src/osgEarth/Version +++ b/src/osgEarth/Version @@ -28,7 +28,7 @@ extern "C" { #define OSGEARTH_MAJOR_VERSION 3 -#define OSGEARTH_MINOR_VERSION 2 +#define OSGEARTH_MINOR_VERSION 3 #define OSGEARTH_PATCH_VERSION 0 #include "osgEarth/BuildConfig.h"