wisp
 
(Arne Babenhauserheide)
2015-07-28: prepare 0.8.5

prepare 0.8.5

diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+wisp 0.8.5 (2015-07-28):
+- wisp-scheme.w now parses : . to nothing. The colon adds parens, the
+  dot removes them. This provides compatibility to the older parser.
+- wisp is now SRFI-119: http://srfi.schemers.org/srfi-119/srfi-119.html
+
 wisp 0.8.4 (2015-06-23):
 - no longer wrap wisp blocks into begin. Fixes missing macro
   definitions when executed as file.
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.8.4],
+AC_INIT([wisp], [0.8.5],
         [arne_bab@web.de])
 # Check for programs I need for my build
 AC_CANONICAL_TARGET