summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen M. Webb <stephen.webb@canonical.com>2012-03-23 16:34:08 -0400
committerStephen M. Webb <stephen.webb@canonical.com>2012-03-23 16:34:08 -0400
commit1e19c57b6b2e96549dd98a2856054247a9bdd077 (patch)
tree7bd930648c6008b971303683d81aa5eef91fe040
parent21023a1db94cf8f323897846a2a0915edc9c376a (diff)
release 1.0.9v1.0.9
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8463119..01f5389 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([Kernel device emulation],
- [1.0.8],
+ [1.0.9],
[],
[utouch-evemu])
AC_CONFIG_SRCDIR([Makefile.am])
@@ -9,7 +9,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([config-aux])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE([enable])