diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-01-19 15:10:00 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-01-19 15:10:00 +0100 |
commit | b1a18752dd1bb450548cb307e02dccffd0232344 (patch) | |
tree | d3d5d5879c8831656437eb26f1bbd286042d2a72 /configure.ac | |
parent | e896e08cfabd87d1a2d2e06c178bf47c41aaa85d (diff) | |
download | geiser-b1a18752dd1bb450548cb307e02dccffd0232344.tar.gz geiser-b1a18752dd1bb450548cb307e02dccffd0232344.tar.bz2 |
Preparations for 0.3
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 4eb5770..1e3fe52 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011, 2012 Jose A Ortega Ruiz. +# Copyright (C) 2009, 2010, 2011, 2012, 2013 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.2.3],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.3],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE |