diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-01-25 22:30:28 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-01-25 22:30:28 -0500 |
commit | a48226a4a4603c0ed78200d662ee3096fa7d7b4a (patch) | |
tree | 31007f5ea9235769837ffbd2497540730b80c0d2 | |
parent | e55f60c11ce2b311e2b699b2e32c329e889a0390 (diff) |
Bump version to 0.2.0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d3ced53..ca3e301 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(chickadee, 0.1.0) +AC_INIT(chickadee, 0.2.0) AC_CONFIG_SRCDIR(chickadee) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |