diff options
| author | 2017-04-20 15:12:09 +0200 | |
|---|---|---|
| committer | 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 | |||
| 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 |
| 18 | LIBPLIST_SO_VERSION=3:0:0 | 18 | LIBPLIST_SO_VERSION=4:0:1 |
| 19 | 19 | ||
| 20 | AC_SUBST(LIBPLIST_SO_VERSION) | 20 | AC_SUBST(LIBPLIST_SO_VERSION) |
| 21 | 21 | ||
