diff options
author | Martin Szulecki | 2014-10-17 22:30:14 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-17 22:30:14 +0200 |
commit | 50cb34766753f9ad6a046bdc3e1fa1f1a1aacc73 (patch) | |
tree | 6a47fb535da2d21417a8fd78e602b4256daf079a | |
parent | 68bdf4be88b128c56eea5117361c4e7b51eb27b1 (diff) | |
download | usbmuxd-50cb34766753f9ad6a046bdc3e1fa1f1a1aacc73.tar.gz usbmuxd-50cb34766753f9ad6a046bdc3e1fa1f1a1aacc73.tar.bz2 |
Post-release version bump to 1.1.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 21ff1b8..4cd3b5d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT([usbmuxd], [1.1.0], [https://github.com/libimobiledevice/usbmuxd/issues],, [http://libimobiledevice.org]) +AC_INIT([usbmuxd], [1.1.1], [https://github.com/libimobiledevice/usbmuxd/issues],, [http://libimobiledevice.org]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |