diff options
author | Nikias Bassen | 2024-03-23 02:35:40 +0100 |
---|---|---|
committer | Nikias Bassen | 2024-03-23 02:35:40 +0100 |
commit | 98affa8a8620315ab9f529d9eda8594dd67c093a (patch) | |
tree | 6a17ce9be1c2c41343de0fb00bd550238788f401 | |
parent | bb5abbff8236fdbac4fd69b930f934500fa94eaf (diff) | |
download | libimobiledevice-glue-98affa8a8620315ab9f529d9eda8594dd67c093a.tar.gz libimobiledevice-glue-98affa8a8620315ab9f529d9eda8594dd67c093a.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 ff3e5fa..7aac157 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=1:0:1 +LIBIMOBILEDEVICE_GLUE_SO_VERSION=2:0:2 # Check if we have a version defined if test -z $PACKAGE_VERSION; then |