diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-25 07:19:05 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-25 07:19:05 -0400 |
commit | 10ab8827ac36d2df5f8d51affe30b644333b4cfa (patch) | |
tree | b7dc50b1b35beddc18628b4cab3399689ad07109 | |
parent | ae5ff439a3c499e88a2685cfb0b5a6bf466c0c19 (diff) |
Bump to version 0.9.0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b4cd56d..c286121 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(chickadee, 0.8.0) +AC_INIT(chickadee, 0.9.0) AC_CONFIG_SRCDIR(chickadee) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |