diff options
author | Martin Szulecki | 2014-10-15 01:36:34 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-15 01:36:34 +0200 |
commit | 2036d74b796135dc1abcf9672fd3c9ab3e7b809d (patch) | |
tree | 7ac914247d53dc965ec2f65ca6a6d2a281273edb /configure.ac | |
parent | cc5ee997669a4f1aa8f297b4ad3b9bfd20db112a (diff) | |
download | usbmuxd-2036d74b796135dc1abcf9672fd3c9ab3e7b809d.tar.gz usbmuxd-2036d74b796135dc1abcf9672fd3c9ab3e7b809d.tar.bz2 |
Post-release version bump to 1.1.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index df8a22b..0a99a56 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(usbmuxd, 1.0.9, nospam@nowhere.com) +AC_INIT(usbmuxd, 1.1.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/]) |