summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-06-29 13:31:43 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-06-29 13:31:43 -0400
commit64eabfdff82631e34170810a7be8ebf89341eb33 (patch)
treeb394ceae2015240527e62bc1f183d3f0363b660f /configure.ac
parent7173f97770dc23b747501a090edb5d2703d7e3dc (diff)
Bump WIP version to 0.2.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 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])