summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-02-22 13:23:18 +0100
committerGravatar Nikias Bassen2024-02-22 13:23:18 +0100
commit3ef649ffa5a8dda72c11b252a459844dbbcfc935 (patch)
tree977155982f47160c5b5df362809c338de7e4bc8a
parent25a7cd30f50747d9261a9493135db1ab0ee996f2 (diff)
downloadlibimobiledevice-glue-3ef649ffa5a8dda72c11b252a459844dbbcfc935.tar.gz
libimobiledevice-glue-3ef649ffa5a8dda72c11b252a459844dbbcfc935.tar.bz2
Update soversion for release
-rw-r--r--configure.ac2
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