summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
20# changes to the signature and the semantic) 20# changes to the signature and the semantic)
21# ? :+1 : ? == just internal changes 21# ? :+1 : ? == just internal changes
22# CURRENT : REVISION : AGE 22# CURRENT : REVISION : AGE
23LIBIMOBILEDEVICE_SO_VERSION=1:0:0 23LIBIMOBILEDEVICE_SO_VERSION=2:0:0
24 24
25AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION) 25AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION)
26 26