diff options
author | Martin Szulecki | 2014-10-15 02:04:15 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-15 02:04:15 +0200 |
commit | 385836f05c4c96046a9510088bd8659accbab3e5 (patch) | |
tree | 29e3330130fbe631f2aae6bb52f89680f7486498 | |
parent | 12ed909c773a33d207c56f513371f82b37148b0a (diff) | |
download | libimobiledevice-385836f05c4c96046a9510088bd8659accbab3e5.tar.gz libimobiledevice-385836f05c4c96046a9510088bd8659accbab3e5.tar.bz2 |
Post-release version bump to 1.2.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 29984f5..b16d573 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.1.7, nospam@nowhere.com) +AC_INIT(libimobiledevice, 1.2.0, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |