summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-12-22 16:28:53 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-12-22 16:28:53 -0500
commite76ffcf65af25927e9439af4aec5219cb00d0456 (patch)
tree8b257ba83a2e2016498f56e35a4d131c7f47e599 /configure.ac
parent8b9b5d371d1dc1c780e227ce9a555cf6c88a85c8 (diff)
build: Bump 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 a31480a..4a506b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- Autoconf -*-
-AC_INIT(Sly, 0.1)
+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])