diff options
author | Martin Szulecki | 2010-03-31 22:34:08 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-03-31 22:34:08 +0200 |
commit | bf4e81fb4e5502329511c2bff95e64457e0c73e9 (patch) | |
tree | 68868c447f4a0e6c8241b2d3cf732e6645565779 | |
parent | 9a330dea12837bf307dc300ffb649b0af28adbcc (diff) | |
download | libimobiledevice-bf4e81fb4e5502329511c2bff95e64457e0c73e9.tar.gz libimobiledevice-bf4e81fb4e5502329511c2bff95e64457e0c73e9.tar.bz2 |
Bump soname version due to changes in installation_proxy signatures
-rw-r--r-- | configure.ac | 2 |
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) |