diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-15 22:13:54 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-15 22:13:54 +0200 |
commit | 566442e67e7e85a5543515278d79e2a464598e0e (patch) | |
tree | 5a7a688cb025fca0a244384dbca87a7f4fab6beb /configure.ac | |
parent | 2d8058f7f834106230e0aef637b05b0a8b83882b (diff) | |
download | geiser-guile-566442e67e7e85a5543515278d79e2a464598e0e.tar.gz geiser-guile-566442e67e7e85a5543515278d79e2a464598e0e.tar.bz2 |
Version bump
Setting next version's value in the Git repos, so that people can have
both unstable and stable versions in their systems.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6b7639c..6793972 100644 --- a/configure.ac +++ b/configure.ac @@ -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.1],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.2.2],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE |