diff options
author | Martin Szulecki | 2012-03-22 18:35:31 +0100 |
---|---|---|
committer | Martin Szulecki | 2012-03-22 18:35:31 +0100 |
commit | 01bcafa8141120439fd9c66f0020aa5c202d8498 (patch) | |
tree | 914c36aac0491031de9a4395c7874b115960b96b | |
parent | 0f1e60fceb9f4b07463f1c5c683ede5a4f1484ba (diff) | |
download | libimobiledevice-01bcafa8141120439fd9c66f0020aa5c202d8498.tar.gz libimobiledevice-01bcafa8141120439fd9c66f0020aa5c202d8498.tar.bz2 |
Bump version to 1.0.7
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0228f6e..78ff220 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(libimobiledevice, 1.0.6, nospam@nowhere.com) +AC_INIT(libimobiledevice, 1.0.7, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |