From ea904ebde4c4666f3c8097568d8d750263c31f1b Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Sun, 17 Nov 2013 09:08:39 +0100 Subject: bump version number --- CHANGELOG | 5 +++++ cl-who.asd | 2 +- doc/index.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e4e9239..247cccd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/cl-who.asd b/cl-who.asd index a94d550..e2d0657 100644 --- a/cl-who.asd +++ b/cl-who.asd @@ -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 http://weitz.de/files/cl-who.tar.gz. The -current version is 1.1.1. +current version is 1.1.2.

The preferred method to fetch, compile and load CL-WHO is via Quicklisp. Install Quicklisp, then run -- cgit v1.2.3