summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2017-04-20 15:12:09 +0200
committerGravatar Nikias Bassen2017-04-20 15:12:09 +0200
commit4bb9b282ef2c68b7605b296ae1e9cab8aeee5383 (patch)
tree2851272ed4e1dc8cbefea8c3c4f9431571da94ae
parent1cd181c93604ba8ef8109d6d907c0f1c71bc441d (diff)
downloadlibplist-4bb9b282ef2c68b7605b296ae1e9cab8aeee5383.tar.gz
libplist-4bb9b282ef2c68b7605b296ae1e9cab8aeee5383.tar.bz2
Bump so version due to added functions to interface
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1daa614..0d62f48 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=3:0:0 18LIBPLIST_SO_VERSION=4:0:1
19 19
20AC_SUBST(LIBPLIST_SO_VERSION) 20AC_SUBST(LIBPLIST_SO_VERSION)
21 21