diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-15 21:09:14 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-15 21:09:14 -0400 |
commit | 1ca65755dfe193618191042f48a751f24597d047 (patch) | |
tree | 616796217682b265b10779ee3d18c2bdaa40bbcd | |
parent | 17e72708a81c04e7b9f26dc1c0df9bcf1f27e844 (diff) |
Bump version to 0.2.
-rw-r--r-- | configure.ac | 2 |
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]) |