aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-05-24 21:17:21 +0200
committerKristian Evers <kristianevers@gmail.com>2018-05-24 21:17:21 +0200
commit12269c2f9a49dc867c7bb4d37f23b3947911a0a3 (patch)
treeb015d70b8cb190b3a8c2052b475dbadd7758d3bd /src
parent7637d3458f2f7a806cd4b8eecf96e805b664b32f (diff)
downloadPROJ-12269c2f9a49dc867c7bb4d37f23b3947911a0a3.tar.gz
PROJ-12269c2f9a49dc867c7bb4d37f23b3947911a0a3.zip
Fix libtool versioning, using the proper number for 'age'
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 74567695..f89b737c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,7 +40,7 @@ geodtest_LDADD = libproj.la
lib_LTLIBRARIES = libproj.la
-libproj_la_LDFLAGS = -no-undefined -version-info 14:0:2
+libproj_la_LDFLAGS = -no-undefined -version-info 14:0:1
libproj_la_SOURCES = \
pj_list.h proj_internal.h proj_math.h\