diff options
author | Nikias Bassen | 2014-10-03 16:07:40 +0200 |
---|---|---|
committer | Nikias Bassen | 2014-10-03 16:07:40 +0200 |
commit | ae73b608abeaa92b59df9d226912fb1f692f58f6 (patch) | |
tree | 1255f523dff7348294fd8351d3b5235080225150 | |
parent | adf9ec81ff7e5b8257c7d635657fcb2ffadc7e6a (diff) | |
download | libplist-ae73b608abeaa92b59df9d226912fb1f692f58f6.tar.gz libplist-ae73b608abeaa92b59df9d226912fb1f692f58f6.tar.bz2 |
Bump so revision due to ABI changes
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2bb18a2..8abff9e 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:0:0 +LIBPLIST_SO_VERSION=2:1:0 AC_SUBST(LIBPLIST_SO_VERSION) |