diff options
author | Nikias Bassen | 2024-05-13 19:39:53 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-05-13 19:39:53 +0200 |
commit | c96b1ad1422ed529970d54b7d1e9c3908aee4033 (patch) | |
tree | 67d3aafca0b3cec06d109a5ecec1c504a2773ded | |
parent | 1327c87bf92f1d51286e3172c1047a8a47c5ee3a (diff) | |
download | libplist-c96b1ad1422ed529970d54b7d1e9c3908aee4033.tar.gz libplist-c96b1ad1422ed529970d54b7d1e9c3908aee4033.tar.bz2 |
Update soversion for release
-rw-r--r-- | configure.ac | 2 |
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) |