diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-11-25 15:59:07 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-11-25 15:59:07 -0500 |
commit | 928f0e2921d8da842d0267d40bc6e0a8667ca317 (patch) | |
tree | 3058c30e8638fb25f2e524a26a617e1b8deb1868 | |
parent | 98471930c9b4d4262d96881fe468ebfe72f0fa51 (diff) |
Bump version to 0.2.3.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 16303e1..ec440ef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(Haunt, 0.2.2) +AC_INIT(Haunt, 0.2.3) AC_CONFIG_SRCDIR(haunt) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |