diff options
author | Martin Szulecki | 2012-04-08 17:26:52 +0200 |
---|---|---|
committer | Martin Szulecki | 2012-04-08 17:26:52 +0200 |
commit | 71a2b159e6af66c7974bce1c50d8b2ec1aef681a (patch) | |
tree | ead2187406198240e2e189d628f0d68d52d1a620 | |
parent | 8bb43f2edc83f2cbcd70f51290bc1b1b8a36cf88 (diff) | |
download | libimobiledevice-71a2b159e6af66c7974bce1c50d8b2ec1aef681a.tar.gz libimobiledevice-71a2b159e6af66c7974bce1c50d8b2ec1aef681a.tar.bz2 |
Bump soname revision due to internal changes
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba114ba..8ecdddd 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_SO_VERSION=3:0:0 +LIBIMOBILEDEVICE_SO_VERSION=3:1:0 AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION) |