diff options
-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 |