diff options
author | Martin Szulecki | 2014-10-03 16:03:05 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-03 16:03:05 +0200 |
commit | 34cf12ed9f442fab260c4a472122ec519c1cd7e5 (patch) | |
tree | 016ff356e84b7b146317a23bae546b1af99d42c2 | |
parent | 8978fd090b57dffead83ca53488e228ae617a848 (diff) | |
download | libideviceactivation-34cf12ed9f442fab260c4a472122ec519c1cd7e5.tar.gz libideviceactivation-34cf12ed9f442fab260c4a472122ec519c1cd7e5.tar.bz2 |
Bump so revision due to ABI changes
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f0b094b..daa9088 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 -LIBIDEVICEACTIVATION_SO_VERSION=2:0:0 +LIBIDEVICEACTIVATION_SO_VERSION=2:1:0 dnl Minimum package versions LIBIMOBILEDEVICE_VERSION=1.1.4 |