Skip to content

Commit

Permalink
Bump ABI version numbers for 7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Oct 26, 2020
1 parent 8e4399f commit 3bd548d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ message(STATUS "Configuring PROJ:")
################################################################################
include(ProjVersion)
proj_version(MAJOR 7 MINOR 2 PATCH 0)
set(PROJ_API_VERSION "20")
set(PROJ_BUILD_VERSION "20.0.1")
set(PROJ_API_VERSION "21")
set(PROJ_BUILD_VERSION "21.0.2")

################################################################################
# Build features and variants
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ geodtest_LDADD = libproj.la

lib_LTLIBRARIES = libproj.la

libproj_la_LDFLAGS = -no-undefined -version-info 20:0:1
libproj_la_LDFLAGS = -no-undefined -version-info 21:0:2
libproj_la_LIBADD = @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@

libproj_la_SOURCES = \
Expand Down

0 comments on commit 3bd548d

Please sign in to comment.