summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-04-15 11:52:36 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-04-15 11:52:36 -0400
commit21f54c36db7cdb52b703e8a7ba6b9f680845f663 (patch)
treeb9eac89f75b9e984ec1a40b3431922f3904fe2fe
parent05e4d7558ffe8ff472aa0f3f2b756101f5c0244d (diff)
Bump version to 0.2.5.
-rw-r--r--configure.ac2
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])