diff options
| author | 2014-10-17 22:30:14 +0200 | |
|---|---|---|
| committer | 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 @@ | |||
| 2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
| 3 | 3 | ||
| 4 | AC_PREREQ(2.64) | 4 | AC_PREREQ(2.64) |
| 5 | AC_INIT([usbmuxd], [1.1.0], [https://github.com/libimobiledevice/usbmuxd/issues],, [http://libimobiledevice.org]) | 5 | AC_INIT([usbmuxd], [1.1.1], [https://github.com/libimobiledevice/usbmuxd/issues],, [http://libimobiledevice.org]) |
| 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) | 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) |
| 7 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) | 7 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) |
| 8 | AC_CONFIG_SRCDIR([src/]) | 8 | AC_CONFIG_SRCDIR([src/]) |
