diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-13 08:23:05 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-21 20:17:36 -0400 |
commit | 90d1b9e9deed147b6ba6e27f11c670a189615548 (patch) | |
tree | 9efac49e0e5b188a899131ba86c4150693718c4c | |
parent | 70fe66040fcac1411eacc495beae88cb66495ac7 (diff) |
Bump version to 0.8.0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 88b6de2..bdef4ce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(chickadee, 0.7.0) +AC_INIT(chickadee, 0.8.0) AC_CONFIG_SRCDIR(chickadee) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |