diff options
author | Nikias Bassen | 2023-04-21 14:08:43 +0200 |
---|---|---|
committer | Nikias Bassen | 2023-04-21 14:08:43 +0200 |
commit | 8c2844c2c220c9c745c3adde4a0a526e7279f9b4 (patch) | |
tree | bebbbe29bda5a604031dc862fa21b4667dbd2f7c | |
parent | 22618ce58be2e6ea46b4d62a36d703960f4a35eb (diff) | |
download | libplist-8c2844c2c220c9c745c3adde4a0a526e7279f9b4.tar.gz libplist-8c2844c2c220c9c745c3adde4a0a526e7279f9b4.tar.bz2 |
Update soversion
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c679151..a9de503 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=6:0:3 +LIBPLIST_SO_VERSION=7:0:3 AC_SUBST(LIBPLIST_SO_VERSION) |