diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2018-07-11 14:56:12 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2018-07-11 14:56:12 -0400 |
commit | e63653308851008788b460e16c542cf20c4b059f (patch) | |
tree | 162a661111a97337f415e94e0ab303108f2d8e2c | |
parent | dfce31fd506b17743dfe1de4843d66b1a3023e5a (diff) |
Bump to version 0.3.0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e7c9df3..2b0e2e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(chickadee, 0.2.0) +AC_INIT(chickadee, 0.3.0) AC_CONFIG_SRCDIR(chickadee) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |