summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-14 02:04:47 +0200
committerGravatar Martin Szulecki2014-10-14 02:04:47 +0200
commit656951ba759efb33c6a4b99df9c52f647fc31edb (patch)
tree49d7f3ea89209b5126df619315058584f3f150f6
parentb3ab0a4276036cc89f431dafb81dc585b39a89f1 (diff)
downloadlibplist-656951ba759efb33c6a4b99df9c52f647fc31edb.tar.gz
libplist-656951ba759efb33c6a4b99df9c52f647fc31edb.tar.bz2
Bump so name correctly as some ABI symbols were removed
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8abff9e..fd1dc33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ dnl libtool versioning
15# changes to the signature and the semantic) 15# changes to the signature and the semantic)
16# ? :+1 : ? == just internal changes 16# ? :+1 : ? == just internal changes
17# CURRENT : REVISION : AGE 17# CURRENT : REVISION : AGE
18LIBPLIST_SO_VERSION=2:1:0 18LIBPLIST_SO_VERSION=3:0:0
19 19
20AC_SUBST(LIBPLIST_SO_VERSION) 20AC_SUBST(LIBPLIST_SO_VERSION)
21 21