From e72ea44067a0baeeda604b880ff4e4c5416e193e Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Sat, 21 Feb 2015 03:45:58 +0000 Subject: bump SOVERSION to 9:0:0 for 4.9.1 release (removed symbols from PJ_healpix) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2616 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- CMakeLists.txt | 2 +- src/Makefile.am | 2 +- 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 \ -- cgit v1.2.3