diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2018-01-30 23:50:57 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2018-01-30 23:50:57 +0100 |
commit | bcd971450bbcca4afc0381184bb73d892710b6d5 (patch) | |
tree | 355e45f8c49985e3e5610e2f49bf1f9c4f1c3d6c /configure.ac | |
parent | 2af5b24c97a271c243d8fddbc6b7bc97544c29da (diff) | |
download | geiser-bcd971450bbcca4afc0381184bb73d892710b6d5.tar.gz geiser-bcd971450bbcca4afc0381184bb73d892710b6d5.tar.bz2 |
versions bumped (and hope for a february release)
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 7ca94d1..11b8a90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Jose A Ortega Ruiz. +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018 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.9],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.10],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE |