diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2020-02-23 20:45:23 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2020-02-23 20:45:23 +0000 |
commit | afcc35c1d8c9eba8df5f95048e9e73352e8df276 (patch) | |
tree | 4fb2b8edc9f15e1587ed588c03f280810b435359 | |
parent | b5bb9989662e5aaa28fa46e63ce8a37ea218bc6f (diff) | |
download | geiser-afcc35c1d8c9eba8df5f95048e9e73352e8df276.tar.gz geiser-afcc35c1d8c9eba8df5f95048e9e73352e8df276.tar.bz2 |
Version bump0.11.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +* Version 0.11.1 (February 2020) + + - Bug fixes + * Version 0.11 (February 2020) - Bug fixes for all supported implementations diff --git a/configure.ac b/configure.ac index 88a0eab..5905cb9 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],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.11.1],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE |