From d8bb24ba2ec5ec70e8b3dfba66e2e93215257a2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 21 Jun 2009 16:14:51 +0200 Subject: [PATCH] Bump version number, update `NEWS'. --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 794fb8e..5235700 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +* New in Guile-R6RS-Libs 0.3 + +** Bug fixes +*** `equal?' now works on bytevectors +*** Fixed segfault with custom binary ports (by Mike Gran & Andy Wingo) + * New in Guile-R6RS-Libs 0.2 ** API modifications diff --git a/configure.ac b/configure.ac index de5adf4..61e037c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([guile-r6rs-libs], [0.2], [ludo@gnu.org]) +AC_INIT([guile-r6rs-libs], [0.3], [ludo@gnu.org]) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) -- 2.11.4.GIT