Skip to content

Commit

Permalink
Use correct CMake build version for 8.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Aug 29, 2021
1 parent 827fe90 commit 131d5a4
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 @@ -112,7 +112,7 @@ message(STATUS "Configuring PROJ:")
include(ProjVersion)
proj_version(MAJOR 8 MINOR 1 PATCH 1)
set(PROJ_API_VERSION "22")
set(PROJ_BUILD_VERSION "23.1.1")
set(PROJ_BUILD_VERSION "22.1.1")

################################################################################
# Build features and variants
Expand Down

0 comments on commit 131d5a4

Please sign in to comment.