From c6f17b25200e36f80d812684a2127b451fc11817 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 13 Oct 2015 20:53:45 +0200 Subject: [PATCH] Version 0.8.1 --- NEWS | 4 ++++ configure.ac | 2 +- doc/macros.texi | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a46c034..3ca950e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +* Version 0.8.1 (Oct 13, 2015) + + Bug fix: font-lock-ensure is from the future. + * Version 0.8 (Oct 12, 2015) Improved features: diff --git a/configure.ac b/configure.ac index e378133..a068bd9 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.8],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.8.1],[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 64f7d6c..7001c02 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,4 +1,4 @@ -@set VERSION 0.8 +@set VERSION 0.8.1 @set VERSION_NICK @set RELEASE_DATE October 2015 @set GUILE_VERSION 2.0.9 -- 2.11.4.GIT