diff options
author | Hans Huebner <hans.huebner@gmail.com> | 2013-11-17 09:08:39 +0100 |
---|---|---|
committer | Hans Huebner <hans.huebner@gmail.com> | 2013-11-17 09:08:39 +0100 |
commit | ea904ebde4c4666f3c8097568d8d750263c31f1b (patch) | |
tree | 00049760e905c824555888656d162e34c811c71b | |
parent | 4950fd49f4ad9d02cffd9b50ddda4225fa495031 (diff) | |
download | tl-who-ea904ebde4c4666f3c8097568d8d750263c31f1b.tar.gz tl-who-ea904ebde4c4666f3c8097568d8d750263c31f1b.tar.bz2 tl-who-ea904ebde4c4666f3c8097568d8d750263c31f1b.zip |
bump version number
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | cl-who.asd | 2 | ||||
-rw-r--r-- | doc/index.html | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Version 1.1.2 +2013-11-16 +Missing comma in macro expansion (Jeff Cunningham) +Fix style-warning + Version 1.1.1 2012-09-04 Bug fixes for broken declaration processing (Stas Boukarev) @@ -29,7 +29,7 @@ (asdf:defsystem :cl-who :description "(X)HTML generation macros" - :version "1.1.1" + :version "1.1.2" :serial t :components ((:file "packages") (:file "specials") diff --git a/doc/index.html b/doc/index.html index 002ef23..5874bca 100644 --- a/doc/index.html +++ b/doc/index.html @@ -254,7 +254,7 @@ together with the Lisp code generated by CL-WHO and the resulting HTML output. CL-WHO together with this documentation can be downloaded from <a href="http://weitz.de/files/cl-who.tar.gz">http://weitz.de/files/cl-who.tar.gz</a>. The -current version is 1.1.1. +current version is 1.1.2. <p> The preferred method to fetch, compile and load CL-WHO is via <a href="http://beta.quicklisp.org/">Quicklisp</a>. Install Quicklisp, then run |