diff options
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | doc/macros.texi | 2 | 
3 files changed, 6 insertions, 2 deletions
| @@ -1,3 +1,7 @@ +* Version 0.11.2 (February 2020) + +  - Bug fixes +  * Version 0.11.1 (February 2020)    - Bug fixes diff --git a/configure.ac b/configure.ac index 5905cb9..fd10bd9 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.11.1],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.11.2],[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 27fac5b..e79d875 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,4 +1,4 @@ -@set VERSION 0.11.1 +@set VERSION 0.11.2  @set VERSION_NICK  @set RELEASE_DATE February 2020  @set GUILE_VERSION 2.2 | 
