diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-10-13 20:53:45 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-10-13 20:53:45 +0200 |
commit | f4124d97e1a82bea39589f981f105d681fa7dc6b (patch) | |
tree | 19f08083948c0e84aad11bcddc70d1a559e7c7b1 | |
parent | 927382cfa14106dcb9a44d4a2f0f9137c3a534fc (diff) | |
download | geiser-f4124d97e1a82bea39589f981f105d681fa7dc6b.tar.gz geiser-f4124d97e1a82bea39589f981f105d681fa7dc6b.tar.bz2 |
Version 0.8.10.8.1
-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.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 |