summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-10-15 21:09:14 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-10-15 21:09:14 -0400
commit1ca65755dfe193618191042f48a751f24597d047 (patch)
tree616796217682b265b10779ee3d18c2bdaa40bbcd /configure.ac
parent17e72708a81c04e7b9f26dc1c0df9bcf1f27e844 (diff)
Bump version to 0.2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bbd6371..5741840 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- Autoconf -*-
-AC_INIT(Haunt, 0.1)
+AC_INIT(Haunt, 0.2)
AC_CONFIG_SRCDIR(haunt)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign])