summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-03-13 20:32:53 +0100
committerGravatar Martin Szulecki2010-03-13 20:32:53 +0100
commit9dcaff78bec07e3e07be4bb94dde4b3d6cffdd74 (patch)
treee52c9999a1c013d203622d126faee68df99f10a6 /configure.ac
parentb6baa1c7d3a0f9e254cd3ed9d47b0fbdc918ce9a (diff)
downloadlibimobiledevice-9dcaff78bec07e3e07be4bb94dde4b3d6cffdd74.tar.gz
libimobiledevice-9dcaff78bec07e3e07be4bb94dde4b3d6cffdd74.tar.bz2
Increase soname version due to changes in notification proxy interface
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 fcabbca..e544e48 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=0:0:0
+LIBIMOBILEDEVICE_SO_VERSION=1:0:0
AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION)