summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 51c0866..c5922c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2 2
3AC_PREREQ(2.61) 3AC_PREREQ(2.61)
4 4
5AC_INIT([usbmuxd], [0.1.3], [nikias@gmx.li]) 5AC_INIT([usbmuxd], [0.1.4], [nikias@gmx.li])
6AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2]) 6AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2])
7 7
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])