diff options
author | Martin Szulecki | 2010-05-12 14:35:57 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-05-12 14:35:57 +0200 |
commit | ad76568f528e6d344a052360502f7b1fbe7b008a (patch) | |
tree | ae6d4f389d44be3fb65c0d65c9b94dd0de639bdd | |
parent | 6d7984325cc396bb7a8c740c06593943b0b01827 (diff) | |
download | libimobiledevice-ad76568f528e6d344a052360502f7b1fbe7b008a.tar.gz libimobiledevice-ad76568f528e6d344a052360502f7b1fbe7b008a.tar.bz2 |
Bump library version revision for release1.0.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e309cec..cafb865 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=1:1:0 AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION) |