diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/macros.texi | 7 | ||||
| -rw-r--r-- | doc/web.texi | 2 | 
2 files changed, 5 insertions, 4 deletions
| 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:: | 
