diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-04-08 17:06:29 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-04-08 17:07:38 -0400 |
commit | 94823dc194ac805939f91a68ca01d9c778f56b2b (patch) | |
tree | eea06556dd1d95a33fae1ca3f6019056ef48c763 | |
parent | b9bccc3de3827f7066060a1e238f871f74ecd00c (diff) |
Bump to version 0.5.0.v0.5.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a28d1fe..1e7da13 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(chickadee, 0.4.0) +AC_INIT(chickadee, 0.5.0) AC_CONFIG_SRCDIR(chickadee) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |