From 98affa8a8620315ab9f529d9eda8594dd67c093a Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 23 Mar 2024 02:35:40 +0100 Subject: Update soversion for release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1-32-gdbae