From 71b17749cd2ec10d8e6c261e9d95986a9347a793 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 9 Oct 2024 01:33:32 +0200 Subject: [PATCH] Update soversion for release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cfdcddd..83c41d7 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:0:3 +LIBIMOBILEDEVICE_GLUE_SO_VERSION=3:1:3 # Check if we have a version defined if test -z $PACKAGE_VERSION; then