diff options
author | Martin Szulecki | 2014-10-14 18:45:45 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-14 18:45:45 +0200 |
commit | 5329197243b2d1e037a5df6a718f419a4accc868 (patch) | |
tree | 0ba63e6da4707af1f1595de7717efc25c5869d78 | |
parent | 38e3baa822571e84e5969b16bf9ed87cf24bc8a8 (diff) | |
download | libimobiledevice-5329197243b2d1e037a5df6a718f419a4accc868.tar.gz libimobiledevice-5329197243b2d1e037a5df6a718f419a4accc868.tar.bz2 |
Bump so name correctly as some ABI symbols were hidden now
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ac27223..29984f5 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=4:2:0 +LIBIMOBILEDEVICE_SO_VERSION=5:0:0 dnl Minimum package versions LIBPLIST_VERSION=1.11 |