diff options
author | 2024-10-09 01:33:32 +0200 | |
---|---|---|
committer | 2024-10-09 01:33:32 +0200 | |
commit | 71b17749cd2ec10d8e6c261e9d95986a9347a793 (patch) | |
tree | 700e2881281846d25bdf37ab3a00cdf358c5be17 | |
parent | dd242cb9106c22ccc9309e9c15b3e6b79b2a5ccf (diff) | |
download | libimobiledevice-glue-71b17749cd2ec10d8e6c261e9d95986a9347a793.tar.gz libimobiledevice-glue-71b17749cd2ec10d8e6c261e9d95986a9347a793.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 cfdcddd..83c41d7 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_GLUE_SO_VERSION=3:0:3 +LIBIMOBILEDEVICE_GLUE_SO_VERSION=3:1:3 # Check if we have a version defined if test -z $PACKAGE_VERSION; then |