diff options
author | 2025-05-13 18:36:59 +0200 | |
---|---|---|
committer | 2025-05-13 18:36:59 +0200 | |
commit | e255ed0727cd8734520d4e105bd2327520323b9d (patch) | |
tree | 1901d18586a017f74e7538fa27871c925aa9a171 | |
parent | cb76e4da84c61609c13e84c922f14a27b8348a36 (diff) | |
download | libplist-e255ed0727cd8734520d4e105bd2327520323b9d.tar.gz libplist-e255ed0727cd8734520d4e105bd2327520323b9d.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 b6bf2e2..6f574d9 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=10:0:6 +LIBPLIST_SO_VERSION=11:0:7 AC_SUBST(LIBPLIST_SO_VERSION) |