Skip to content

Commit

Permalink
Version bump: 3.3, SO 135
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Apr 29, 2022
1 parent 393e304 commit 6b5fb80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/osgEarth/Version
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6b5fb80

Please sign in to comment.