diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-09-10 11:27:13 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-09-10 11:27:13 +0200 |
| commit | 9743c2c44db2edf7df14200ed1d2723f375d933d (patch) | |
| tree | bfdd868bcbec391adfd484564442b6c8a3a0b12e | |
| parent | 29872a328a7171a17f15083d1f828c39184fcf54 (diff) | |
| download | PROJ-9743c2c44db2edf7df14200ed1d2723f375d933d.tar.gz PROJ-9743c2c44db2edf7df14200ed1d2723f375d933d.zip | |
Update ABI version for 5.2 release
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b055db8..4292c608 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ colormsg(_HIBLUE_ "Configuring PROJ:") include(ProjVersion) proj_version(MAJOR 5 MINOR 2 PATCH 0) set(PROJ_API_VERSION "14") -set(PROJ_BUILD_VERSION "14.0.1") +set(PROJ_BUILD_VERSION "14.0.2") ################################################################################# # Build features and variants diff --git a/src/Makefile.am b/src/Makefile.am index 3040a403..887e2135 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,7 @@ geodtest_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 14:0:1 +libproj_la_LDFLAGS = -no-undefined -version-info 14:0:2 libproj_la_SOURCES = \ pj_list.h proj_internal.h proj_math.h\ |
