diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-15 11:52:36 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-15 11:52:36 -0400 |
commit | 21f54c36db7cdb52b703e8a7ba6b9f680845f663 (patch) | |
tree | b9eac89f75b9e984ec1a40b3431922f3904fe2fe | |
parent | 05e4d7558ffe8ff472aa0f3f2b756101f5c0244d (diff) |
Bump version to 0.2.5.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a14421d..88c7005 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(Haunt, 0.2.4) +AC_INIT(Haunt, 0.2.5) AC_CONFIG_SRCDIR(haunt) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |