summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2020-02-23 20:45:23 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2020-02-23 20:45:23 +0000
commitc41ef63a2c47d05c34768de7dd85469d2e11679b (patch)
treeb3a9202b361bd23fda2f883ba202fffa1c7c9e8c
parente53d9de31d2a0dc9429066bf0af92656bdea0e76 (diff)
downloadgeiser-guile-c41ef63a2c47d05c34768de7dd85469d2e11679b.tar.gz
geiser-guile-c41ef63a2c47d05c34768de7dd85469d2e11679b.tar.bz2
Version bump0.11.1
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b677a1f..db4abcf 100644
--- a/NEWS
+++ b/NEWS
@@ -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