diff options
author | Nikias Bassen | 2017-04-20 15:12:09 +0200 |
---|---|---|
committer | Nikias Bassen | 2017-04-20 15:12:09 +0200 |
commit | 4bb9b282ef2c68b7605b296ae1e9cab8aeee5383 (patch) | |
tree | 2851272ed4e1dc8cbefea8c3c4f9431571da94ae | |
parent | 1cd181c93604ba8ef8109d6d907c0f1c71bc441d (diff) | |
download | libplist-4bb9b282ef2c68b7605b296ae1e9cab8aeee5383.tar.gz libplist-4bb9b282ef2c68b7605b296ae1e9cab8aeee5383.tar.bz2 |
Bump so version due to added functions to interface
-rw-r--r-- | configure.ac | 2 |
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 # changes to the signature and the semantic) # ? :+1 : ? == just internal changes # CURRENT : REVISION : AGE -LIBPLIST_SO_VERSION=3:0:0 +LIBPLIST_SO_VERSION=4:0:1 AC_SUBST(LIBPLIST_SO_VERSION) |