diff options
| author | 2010-10-04 16:27:47 +0200 | |
|---|---|---|
| committer | 2010-10-04 16:27:47 +0200 | |
| commit | c17d3aca4fab00a11c05d8d6b537709faa4c9ff3 (patch) | |
| tree | e7e05e3edef55fd2bfe164133a9b0374a6690b79 | |
| parent | 5b8c6dbd52988b658547f7f64ac726d9fbb1d310 (diff) | |
| download | libimobiledevice-1.0.3.tar.gz libimobiledevice-1.0.3.tar.bz2 | |
Bump soname due to internal changes1.0.3
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configure.ac b/configure.ac index ddb3045..e31155c 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:2:0 +LIBIMOBILEDEVICE_SO_VERSION=1:3:0  AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION) | 
