diff options
author | Nikias Bassen | 2014-03-24 02:29:28 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-03-24 02:29:28 +0100 |
commit | a3bc066c5a40141e548e9ab08f0602b6b3cc5d8f (patch) | |
tree | 335f62693734de5d6c569db30b2381166d09df66 | |
parent | 84907a942d7269b41fc0fd4780acc59ce3f3666d (diff) | |
download | libimobiledevice-a3bc066c5a40141e548e9ab08f0602b6b3cc5d8f.tar.gz libimobiledevice-a3bc066c5a40141e548e9ab08f0602b6b3cc5d8f.tar.bz2 |
Post-release version bump to 1.1.7
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 83a0ed8..963767c 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.6, nospam@nowhere.com) +AC_INIT(libimobiledevice, 1.1.7, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |