diff options
author | 2025-06-04 12:06:03 +0200 | |
---|---|---|
committer | 2025-06-04 12:06:03 +0200 | |
commit | 5825e9291bf4fef193c2400f05fb1a13691e392c (patch) | |
tree | 07d442004c046543baf1272064cfc0049687ce3d | |
parent | af3ab2e2e3c63d6412d70d1f2c75c10c54253b95 (diff) | |
download | libimobiledevice-glue-5825e9291bf4fef193c2400f05fb1a13691e392c.tar.gz libimobiledevice-glue-5825e9291bf4fef193c2400f05fb1a13691e392c.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 5471ad3..9a4acc4 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:1:3 +LIBIMOBILEDEVICE_GLUE_SO_VERSION=3:2:3 # Check if we have a version defined if test -z $PACKAGE_VERSION; then |