(drak)
2014-11-04: prepared release 0.8.0 prepared release 0.8.0
diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +wisp 0.8.0 (2014-11-03): +- the testsuite is defined in terms of the code-tree, not in terms of + the readable file. Implemented in testrunner.w +- wisp-scheme passes the wisp testsuite +- wisp uses curly-infix by default (srfi-105) +- this is the first full featured release of wisp-scheme: wisp which + defers all complex parsing to the scheme reader (and match). + wisp 0.6.6 (2014-10-16): - fix boostrap. diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl run `autoreconf -i` to generate a configure script. dnl Then run ./configure to generate a Makefile. dnl Finally run make to generate the project. -AC_INIT([wisp], [0.6.6], +AC_INIT([wisp], [0.8.0], [arne_bab@web.de]) # Check for programs I need for my build AC_CANONICAL_TARGET