diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-25 02:34:45 +0100 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-25 02:34:45 +0100 | 
| commit | dc6d0ed07581f54ee97b9f8006aca85133c531ac (patch) | |
| tree | 041fbbfbeae32d5bbbecdbaf3f970c23f533bb88 | |
| parent | a78bfcf293875b4a9d5687aa8b72c1387fa93e6e (diff) | |
| download | geiser-dc6d0ed07581f54ee97b9f8006aca85133c531ac.tar.gz geiser-dc6d0ed07581f54ee97b9f8006aca85133c531ac.tar.bz2  | |
Version bumped, lest if forget
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | doc/macros.texi | 2 | 
3 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ +* Version 0.1.2 + +  Bug fixes: + +    - Company mode integration fixes (including #32231) +  * Version 0.1.1 (Jan 24, 2011)    New features: diff --git a/configure.ac b/configure.ac index e2405c9..d5b3efb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010 Jose A Ortega Ruiz. +# Copyright (C) 2009, 2010, 2011 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.1.1],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.1.2],[geiser-users@nongnu.org],geiser)  AC_CONFIG_SRCDIR([elisp/geiser.el])  AM_INIT_AUTOMAKE diff --git a/doc/macros.texi b/doc/macros.texi index 6a138d0..5b3506b 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,4 +1,4 @@ -@set VERSION 0.1.1 +@set VERSION 0.1.2  @set GUILE_VERSION 1.9.14  @set RACKET_VERSION 5.0.1  @set EMACS_VERSION 23.2  | 
