diff options
author | Martin Szulecki | 2010-03-31 23:08:20 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-03-31 23:08:20 +0200 |
commit | b1fa58d09428ae4ff35d610b50424aa7e6eea4c1 (patch) | |
tree | 9438916a6187d185caa236dac8e811a8299ee7f8 | |
parent | 5c5214d2ac10a3417ee572453ceef60cbe4eb8da (diff) | |
download | libimobiledevice-b1fa58d09428ae4ff35d610b50424aa7e6eea4c1.tar.gz libimobiledevice-b1fa58d09428ae4ff35d610b50424aa7e6eea4c1.tar.bz2 |
Bump version to unstable 1.1.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1b697b5..8900754 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.0, nospam@nowhere.com) +AC_INIT(libimobiledevice, 1.1.0, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |