summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-03-21 13:10:39 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-03-21 13:10:39 -0400
commitd7cac9e175082829ebfd31185bc3811575f2deb5 (patch)
treee079f8990206762e10abf4bc72f6a4edf360c86a
parent708bb802f2c8b77fec056aa5f04e0f4b018a74dc (diff)
Bump version to 0.3.0.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index df60089..a1c4620 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- Autoconf -*-
-AC_INIT(Haunt, 0.2.6)
+AC_INIT(Haunt, 0.3.0)
AC_CONFIG_SRCDIR(haunt)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign])