diff options
author | 2025-10-06 00:04:19 +0200 | |
---|---|---|
committer | 2025-10-06 00:04:19 +0200 | |
commit | d962643b5f5f0df7541b44e6d59f9ba058d225fc (patch) | |
tree | 6c14e6f9d87100a5a420ee18a6de33e3a3e8dff3 | |
parent | 14f8d6a50a68081a3ff9eec927d5b3a9665f8619 (diff) | |
download | libimobiledevice-d962643b5f5f0df7541b44e6d59f9ba058d225fc.tar.gz libimobiledevice-d962643b5f5f0df7541b44e6d59f9ba058d225fc.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 f2acd88..055fe04 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 -LIBIMOBILEDEVICE_SO_VERSION=6:0:0 +LIBIMOBILEDEVICE_SO_VERSION=7:0:1 AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION) |