From 0f992affad49eda32dd598e40038c4328e0d6b5d Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 23 Jun 2011 02:04:10 +0200 Subject: [PATCH] Boring preparations for 0.1.3 --- NEWS | 13 +++++++------ configure.ac | 2 +- doc/macros.texi | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 664a516..b679990 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,13 @@ -* Version 0.1.3 (Jun, 2011) +* Version 0.1.3 (Jun 24, 2011) Bug fixes: - - The REPL doesn't break when one calls read (fixes bug #33090) - - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the - current module even before the define-module form (fixes bug - #33497). - - Racket can now use the GUI libraries (see bug #32844) + - The REPL doesn't break when one calls read (fixes bug #33090). + - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the + current module even before the define-module form (fixes bug + #33497). + - Racket can now use the GUI libraries (see bug #32844). + - Texinfo formatting fixes. * Version 0.1.2 (Mar 9, 2011) diff --git a/configure.ac b/configure.ac index d5b3efb..49e58a3 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([Geiser],[0.1.2],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.1.3],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE diff --git a/doc/macros.texi b/doc/macros.texi index 8b3e325..a6e49cf 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,4 +1,4 @@ -@set VERSION 0.1.2 +@set VERSION 0.1.3 @set GUILE_VERSION 2.0 @set RACKET_VERSION 5.0.1 @set EMACS_VERSION 23.2 -- 2.11.4.GIT