diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-11-19 19:41:00 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-11-19 19:41:00 -0500 |
commit | ea3f616cc500d405a296f1a55478987d0b2ba8ca (patch) | |
tree | e9c541f673f47d0c9c3bfe78c9371e871084b52f | |
parent | 12cffc7e94af0d7296ab8f1b852733cd7b88fb74 (diff) |
Bump version to 0.6.0.v0.6.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 52146b9..eb93010 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(chickadee, 0.5.0) +AC_INIT(chickadee, 0.6.0) AC_CONFIG_SRCDIR(chickadee) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |