From 51252bcb35d6afe006487b73c1e2276210b4ed83 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 25 Feb 2020 13:30:02 +0000 Subject: Version bump --- NEWS | 4 ++++ configure.ac | 2 +- doc/macros.texi | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index db4abcf..b111064 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3