diff options
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | doc/geiser.texi | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/configure.ac b/configure.ac index 44b56e7..facc226 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jose A Ortega Ruiz. +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jose A Ortega Ruiz.  #  # This file is free software; as a special exception the author gives  # unlimited permission to copy and/or distribute it, with or without @@ -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.6],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.7],[geiser-users@nongnu.org],geiser)  AC_CONFIG_SRCDIR([elisp/geiser.el])  AM_INIT_AUTOMAKE diff --git a/doc/geiser.texi b/doc/geiser.texi index a42c0c6..b1420ff 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -9,7 +9,7 @@  @copying  This manual documents Geiser, an Emacs environment to hack in Scheme. -Copyright @copyright{} 2010, 2011, 2012, 2013, 2014  Jose Antonio Ortega Ruiz +Copyright @copyright{} 2010, 2011, 2012, 2013, 2014, 2015  Jose Antonio Ortega Ruiz  @quotation  Permission is granted to copy, distribute and/or modify this document | 
