Skip to content

Commit

Permalink
Revert SOVERSION back to 25.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastic committed Jun 8, 2022
1 parent 0b2d364 commit 544eb6b
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 544eb6b

Please sign in to comment.