aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7088fe13..81a2e4de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,7 @@ colormsg(_HIBLUE_ "Configuring PROJ:")
#################################################################################
include(Proj4Version)
proj_version(MAJOR 4 MINOR 9 PATCH 1)
-set(PROJ_SOVERSION "8.1.8")
+set(PROJ_SOVERSION "9.0.0")
#################################################################################
# Build features and variants
diff --git a/src/Makefile.am b/src/Makefile.am
index d4f8e20b..2da16e7e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,7 @@ test228_LDADD = libproj.la -lpthread
lib_LTLIBRARIES = libproj.la
-libproj_la_LDFLAGS = -no-undefined -version-info 8:0:8
+libproj_la_LDFLAGS = -no-undefined -version-info 9:0:0
libproj_la_SOURCES = \
pj_list.h \