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 | c6f17b25200e36f80d812684a2127b451fc11817 (patch) | |
tree | 5ca63f7fdb86aedcaa6f070abc2375658ebaa504 | |
parent | 733ea7a4ed1f527b70764a52fe865926d90f5177 (diff) | |
download | geiser-guile-c6f17b25200e36f80d812684a2127b451fc11817.tar.gz geiser-guile-c6f17b25200e36f80d812684a2127b451fc11817.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 |