diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2022-02-15 15:10:24 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2022-02-15 15:10:24 +0100 |
| commit | eeeeb9c971c25e981375a3a17966cb91ea44d730 (patch) | |
| tree | f78fb19760de1c01957f221579f9e3d1247c0e2d | |
| parent | 7c4d4c6ac64d7b67701140d999abe2a631c56584 (diff) | |
| download | PROJ-eeeeb9c971c25e981375a3a17966cb91ea44d730.tar.gz PROJ-eeeeb9c971c25e981375a3a17966cb91ea44d730.zip | |
Update ABI numbers for 9.0.0 release
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 42bc3ae6..a25603a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,9 +113,9 @@ include(ProjVersion) proj_version(MAJOR 8 MINOR 2 PATCH 0) # Use libtool convention to build the CMake's VERSION and SOVERSION # See https://github.com/pvanhoof/dir-examples#cmake-in-the-cmake-example -set(PROJ_LIBTOOL_CURRENT 24) -set(PROJ_LIBTOOL_REVISION 1) -set(PROJ_LIBTOOL_AGE 2) +set(PROJ_LIBTOOL_CURRENT 25) +set(PROJ_LIBTOOL_REVISION 0) +set(PROJ_LIBTOOL_AGE 0) math(EXPR PROJ_API_VERSION "${PROJ_LIBTOOL_CURRENT} - ${PROJ_LIBTOOL_AGE}") set(PROJ_BUILD_VERSION "${PROJ_API_VERSION}.${PROJ_LIBTOOL_AGE}.${PROJ_LIBTOOL_REVISION}") |
