diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2016-10-05 23:41:33 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2016-10-06 19:52:38 +0200 |
commit | 8ef6a9321d81ff478cfd376023eb84b8a819a991 (patch) | |
tree | 3262f1a7b9da6e9757de4141a294112454d12f67 /configure.ac | |
parent | e6535d461bc33ee0d7353b722f2fd5f8ee2bb2e5 (diff) | |
download | geiser-guile-8ef6a9321d81ff478cfd376023eb84b8a819a991.tar.gz geiser-guile-8ef6a9321d81ff478cfd376023eb84b8a819a991.tar.bz2 |
Release 0.90.9
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a068bd9..7ca94d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jose A Ortega Ruiz. +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 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.8.1],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.9],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE |