diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-01-25 17:34:54 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-01-25 17:34:54 -0500 |
commit | 33d1833652d79f2df0f9a469e1e88d579603f022 (patch) | |
tree | aeda5ad34a73da7ca16a1a14c073cbda1972c142 /configure.ac | |
parent | 9795c647a864ddfaed85dfd4bb893879c62c34e5 (diff) |
Bump version to 0.2.6.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 88c7005..bb9550c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(Haunt, 0.2.5) +AC_INIT(Haunt, 0.2.6) AC_CONFIG_SRCDIR(haunt) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |