summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-03-31 22:34:08 +0200
committerGravatar Martin Szulecki2010-03-31 22:34:08 +0200
commitbf4e81fb4e5502329511c2bff95e64457e0c73e9 (patch)
tree68868c447f4a0e6c8241b2d3cf732e6645565779 /configure.ac
parent9a330dea12837bf307dc300ffb649b0af28adbcc (diff)
downloadlibimobiledevice-bf4e81fb4e5502329511c2bff95e64457e0c73e9.tar.gz
libimobiledevice-bf4e81fb4e5502329511c2bff95e64457e0c73e9.tar.bz2
Bump soname version due to changes in installation_proxy signatures
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6ead879..1b697b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl libtool versioning
# changes to the signature and the semantic)
# ? :+1 : ? == just internal changes
# CURRENT : REVISION : AGE
-LIBIMOBILEDEVICE_SO_VERSION=1:0:0
+LIBIMOBILEDEVICE_SO_VERSION=2:0:0
AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION)