diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-03-21 13:10:39 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-03-21 13:10:39 -0400 |
commit | d7cac9e175082829ebfd31185bc3811575f2deb5 (patch) | |
tree | e079f8990206762e10abf4bc72f6a4edf360c86a /configure.ac | |
parent | 708bb802f2c8b77fec056aa5f04e0f4b018a74dc (diff) |
Bump version to 0.3.0.
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 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]) |