summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-05-13 19:39:53 +0200
committerGravatar Nikias Bassen2024-05-13 19:39:53 +0200
commitc96b1ad1422ed529970d54b7d1e9c3908aee4033 (patch)
tree67d3aafca0b3cec06d109a5ecec1c504a2773ded /configure.ac
parent1327c87bf92f1d51286e3172c1047a8a47c5ee3a (diff)
downloadlibplist-c96b1ad1422ed529970d54b7d1e9c3908aee4033.tar.gz
libplist-c96b1ad1422ed529970d54b7d1e9c3908aee4033.tar.bz2
Update soversion for release
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ffa53dd..67a05bb 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=9:0:5
+LIBPLIST_SO_VERSION=10:0:6
AC_SUBST(LIBPLIST_SO_VERSION)