diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2020-02-25 13:30:02 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2020-02-25 13:30:02 +0000 |
commit | 51252bcb35d6afe006487b73c1e2276210b4ed83 (patch) | |
tree | 29c382724ed5af1943d93e5e3c6c57bdff27cf81 | |
parent | 7655a8c3711ca983762dd2c42e7584d968bcf8d4 (diff) | |
download | geiser-guile-51252bcb35d6afe006487b73c1e2276210b4ed83.tar.gz geiser-guile-51252bcb35d6afe006487b73c1e2276210b4ed83.tar.bz2 |
Version bump0.11.2
-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 |