summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-01-25 17:34:54 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-01-25 17:34:54 -0500
commit33d1833652d79f2df0f9a469e1e88d579603f022 (patch)
treeaeda5ad34a73da7ca16a1a14c073cbda1972c142
parent9795c647a864ddfaed85dfd4bb893879c62c34e5 (diff)
Bump version to 0.2.6.
-rw-r--r--configure.ac2
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])