summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2018-07-11 14:56:12 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2018-07-11 14:56:12 -0400
commite63653308851008788b460e16c542cf20c4b059f (patch)
tree162a661111a97337f415e94e0ab303108f2d8e2c /configure.ac
parentdfce31fd506b17743dfe1de4843d66b1a3023e5a (diff)
Bump to version 0.3.0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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])