diff options
| author | Howard Butler <howard@hobu.co> | 2015-02-21 03:45:58 +0000 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2015-02-21 03:45:58 +0000 |
| commit | e72ea44067a0baeeda604b880ff4e4c5416e193e (patch) | |
| tree | 865b8aadf013266f81eaf7a18e9132d58234c9b4 | |
| parent | 1241774c079f3f5d5bdc19bb5d3b1fc437fb1984 (diff) | |
| download | PROJ-e72ea44067a0baeeda604b880ff4e4c5416e193e.tar.gz PROJ-e72ea44067a0baeeda604b880ff4e4c5416e193e.zip | |
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
| -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 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 \ |
