diff options
author | Martin Szulecki | 2014-10-14 02:04:47 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-14 02:04:47 +0200 |
commit | 656951ba759efb33c6a4b99df9c52f647fc31edb (patch) | |
tree | 49d7f3ea89209b5126df619315058584f3f150f6 /configure.ac | |
parent | b3ab0a4276036cc89f431dafb81dc585b39a89f1 (diff) | |
download | libplist-656951ba759efb33c6a4b99df9c52f647fc31edb.tar.gz libplist-656951ba759efb33c6a4b99df9c52f647fc31edb.tar.bz2 |
Bump so name correctly as some ABI symbols were removed
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 # changes to the signature and the semantic) # ? :+1 : ? == just internal changes # CURRENT : REVISION : AGE -LIBPLIST_SO_VERSION=2:1:0 +LIBPLIST_SO_VERSION=3:0:0 AC_SUBST(LIBPLIST_SO_VERSION) |