diff options
author | Martin Szulecki | 2015-01-27 23:22:21 +0100 |
---|---|---|
committer | Martin Szulecki | 2015-01-27 23:22:21 +0100 |
commit | f314f1cf60a4cea37d0d2d4745f2783820b9c316 (patch) | |
tree | 54bb57a8b417d88ea6fe6e2c994c3e6398b622b6 | |
parent | e51f9926cadf2781d4a2ee68b9aa71fe5a519e8f (diff) | |
download | libimobiledevice-f314f1cf60a4cea37d0d2d4745f2783820b9c316.tar.gz libimobiledevice-f314f1cf60a4cea37d0d2d4745f2783820b9c316.tar.bz2 |
Bump so name version before release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6b1dbb4..79e1590 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=5:0:0 +LIBIMOBILEDEVICE_SO_VERSION=6:0:0 dnl Minimum package versions LIBUSBMUXD_VERSION=1.0.9 |