summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-01-23 19:44:59 -0500
committerDavid Thompson <dthompson2@worcester.edu>2017-01-23 19:44:59 -0500
commit970dc045394a3c37c657d56f6d05c9d36998c9a1 (patch)
treee8d91bc7a03530efe8231ca3f0cbd10db982a162
parent288d2041e5c0b70282dcbfa9f00cd3d6740f83fa (diff)
Bump version to 0.2.1.v0.2.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e20b4b..bb04b7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- Autoconf -*-
-AC_INIT(Haunt, 0.2)
+AC_INIT(Haunt, 0.2.1)
AC_CONFIG_SRCDIR(haunt)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign])