diff options
author | Nikias Bassen | 2024-02-22 13:23:18 +0100 |
---|---|---|
committer | Nikias Bassen | 2024-02-22 13:23:18 +0100 |
commit | 3ef649ffa5a8dda72c11b252a459844dbbcfc935 (patch) | |
tree | 977155982f47160c5b5df362809c338de7e4bc8a | |
parent | 25a7cd30f50747d9261a9493135db1ab0ee996f2 (diff) | |
download | libimobiledevice-glue-3ef649ffa5a8dda72c11b252a459844dbbcfc935.tar.gz libimobiledevice-glue-3ef649ffa5a8dda72c11b252a459844dbbcfc935.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 d950709..ff3e5fa 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=0:0:0 +LIBIMOBILEDEVICE_GLUE_SO_VERSION=1:0:1 # Check if we have a version defined if test -z $PACKAGE_VERSION; then |