Skip to content

Commit

Permalink
Bump the SOVERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Jan 22, 2025
1 parent 3817ee3 commit 0c715be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(OSGEARTH_PATCH_VERSION 1)
set(OSGEARTH_VERSION ${OSGEARTH_MAJOR_VERSION}.${OSGEARTH_MINOR_VERSION}.${OSGEARTH_PATCH_VERSION})

# Increment this each time the ABI changes
set(OSGEARTH_SOVERSION 164)
set(OSGEARTH_SOVERSION 165)

# Require C++14
set(CMAKE_CXX_STANDARD 14)
Expand Down

0 comments on commit 0c715be

Please sign in to comment.