diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/macros.texi | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6793972..4eb5770 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.2.2],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.2.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 3f9eb02..f52515f 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,5 +1,5 @@ -@set VERSION 0.2.2 -@set RELEASE_DATE September 2012 +@set VERSION 0.2.3 +@set RELEASE_DATE November 2012 @set GUILE_VERSION 2.0 @set RACKET_VERSION 5.3 @set EMACS_VERSION 23.2 |