diff options
author | Martin Szulecki | 2011-03-26 17:32:13 +0100 |
---|---|---|
committer | Martin Szulecki | 2011-03-26 17:32:13 +0100 |
commit | 0f1e60fceb9f4b07463f1c5c683ede5a4f1484ba (patch) | |
tree | dd7071b928013f3e4d3c5b8a4c300dc02b01c473 /configure.ac | |
parent | c1ed63e97cfb12b7629a8948b9c6884c2f42382a (diff) | |
download | libimobiledevice-0f1e60fceb9f4b07463f1c5c683ede5a4f1484ba.tar.gz libimobiledevice-0f1e60fceb9f4b07463f1c5c683ede5a4f1484ba.tar.bz2 |
Bump version to 1.0.6 for release1.0.6
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 07ae8f1..0228f6e 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.5, nospam@nowhere.com) +AC_INIT(libimobiledevice, 1.0.6, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |