summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-15 22:13:54 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-15 22:13:54 +0200
commita3cc67022e7c2195000e1aea5d784524213f07aa (patch)
tree485d1766355fabf46769590f1a885b60a6784a61
parent3938552fb6a63721c2feaca1b3b2d021e17aa927 (diff)
downloadgeiser-a3cc67022e7c2195000e1aea5d784524213f07aa.tar.gz
geiser-a3cc67022e7c2195000e1aea5d784524213f07aa.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.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--doc/macros.texi7
-rw-r--r--doc/web.texi2
4 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 9788b2b..7cd1087 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* Version 0.2.2
+
* Version 0.2.1 (Sep 15, 2012)
Bug fixes:
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
diff --git a/doc/macros.texi b/doc/macros.texi
index 77c626b..5bf402d 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -1,4 +1,5 @@
-@set VERSION 0.2.1
+@set VERSION 0.2.2
+@set RELEASE_DATE September 2012
@set GUILE_VERSION 2.0
@set RACKET_VERSION 5.3
@set EMACS_VERSION 23.2
@@ -22,8 +23,8 @@
@end html
@end macro
-@macro dvblurb{DATE}
-@vblurb{@value{GUILE_VERSION}, @value{RACKET_VERSION}, \DATE\}
+@macro dvblurb{}
+@vblurb{@value{GUILE_VERSION}, @value{RACKET_VERSION}, @value{RELEASE_DATE}}
@end macro
@macro altr{LINK, TXT, TLINK, TRAIL}
diff --git a/doc/web.texi b/doc/web.texi
index c9adcd1..6d205e1 100644
--- a/doc/web.texi
+++ b/doc/web.texi
@@ -7,7 +7,7 @@
@node Top, Introduction, (dir), (dir)
@include top.texi
-@dvblurb{September 2012}
+@dvblurb{}
@menu
* Introduction::