summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-07 21:17:29 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-07 21:17:29 -0500
commit694b82193877fdf2abbf790b61dbe0c8db8945a8 (patch)
tree3d0cc2a408f7bc35982186c6f23e1a3ee3c7eb89 /configure.ac
parent7bbcf5dacd1e392a1857c58ca17753a334e75a12 (diff)
configure: Correct version number.
* configure.ac: Change version to 0.1.
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 489e0e2..3aab2ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- Autoconf -*-
-AC_INIT(Sly, 0.2.0)
+AC_INIT(Sly, 0.1)
AC_CONFIG_SRCDIR(sly)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign])