Skip to content

Commit

Permalink
Merge pull request #3225 from sebastic/soversion
Browse files Browse the repository at this point in the history
Revert SOVERSION back to 25.
  • Loading branch information
kbevers authored Jun 8, 2022
2 parents 0b2d364 + 544eb6b commit a2d3c39
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 @@ -116,7 +116,7 @@ message(STATUS "Configuring PROJ:")
################################################################################
include(ProjVersion)
proj_version(MAJOR 9 MINOR 0 PATCH 1)
set(PROJ_SOVERSION 26)
set(PROJ_SOVERSION 25)
set(PROJ_BUILD_VERSION "${PROJ_SOVERSION}.${PROJ_VERSION}")

################################################################################
Expand Down

0 comments on commit a2d3c39

Please sign in to comment.