diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/macros.texi | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -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 |