diff options
author | Martin Szulecki | 2013-09-19 20:46:30 +0200 |
---|---|---|
committer | Martin Szulecki | 2013-09-19 20:46:30 +0200 |
commit | eca4b3cb833a306677a76d4645e2e034f77fc387 (patch) | |
tree | b7465e16272d58d2129df71a77182bd399e816d3 /configure.ac | |
parent | 17a5fa85e2978b385448e1a16822cb31ba64e284 (diff) | |
download | usbmuxd-eca4b3cb833a306677a76d4645e2e034f77fc387.tar.gz usbmuxd-eca4b3cb833a306677a76d4645e2e034f77fc387.tar.bz2 |
Bump version to 1.0.9
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 b7aa54b..c41d806 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.8, nospam@nowhere.com) +AC_INIT(usbmuxd, 1.0.9, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |