diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-06-29 13:31:43 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-06-29 13:31:43 -0400 |
commit | 64eabfdff82631e34170810a7be8ebf89341eb33 (patch) | |
tree | b394ceae2015240527e62bc1f183d3f0363b660f | |
parent | 7173f97770dc23b747501a090edb5d2703d7e3dc (diff) |
Bump WIP 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 77d7f31..cec94fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(Sly, 0.1.0) +AC_INIT(Sly, 0.2.0) AC_CONFIG_SRCDIR(sly) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |