diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-08-10 00:57:37 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-08-10 00:57:37 +0200 |
commit | 7951269d1f2ab87c0a4981430a1e47b2000a929b (patch) | |
tree | 642d056fb053d1c2e2f18f81709f716b388f6e94 /configure.ac | |
parent | 0817d5bd4815a3d01536b2133f95e05be0a14fe8 (diff) | |
download | geiser-7951269d1f2ab87c0a4981430a1e47b2000a929b.tar.gz geiser-7951269d1f2ab87c0a4981430a1e47b2000a929b.tar.bz2 |
NEWS for 0.60.6
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 6b59842..44b56e7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jose A Ortega Ruiz. +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 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.5],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.6],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE |