diff options
| author | 2019-11-07 05:13:30 +0100 | |
|---|---|---|
| committer | 2019-11-07 05:13:30 +0100 | |
| commit | e7d4f4c5155ca77710fe1ce65c205f329b35940f (patch) | |
| tree | 4c03fe47784e421cf26db7b8402dfbfd7b68fcd5 /configure.ac | |
| parent | 06c958947781eb491ece8c23e9dd5014dea5ce5c (diff) | |
| download | libplist-e7d4f4c5155ca77710fe1ce65c205f329b35940f.tar.gz libplist-e7d4f4c5155ca77710fe1ce65c205f329b35940f.tar.bz2 | |
Bump soversion due to functions added to interface
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0bf6687..a3da3e7 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=4:0:1 | 18 | LIBPLIST_SO_VERSION=5:0:2 |
| 19 | 19 | ||
| 20 | AC_SUBST(LIBPLIST_SO_VERSION) | 20 | AC_SUBST(LIBPLIST_SO_VERSION) |
| 21 | 21 | ||
