From c5a7bd12e0d5b1b9ce0784b666f663d5cc0676db Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Sun, 17 Nov 2013 09:34:59 +0100 Subject: bump version numbers again --- CHANGELOG | 4 ++++ cl-who.asd | 2 +- doc/index.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 247cccd..70b290c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 1.1.3 +2013-11-16 +Add type check to guard against invalid stream argument (Stas Boukarev) + Version 1.1.2 2013-11-16 Missing comma in macro expansion (Jeff Cunningham) diff --git a/cl-who.asd b/cl-who.asd index e2d0657..08c27bd 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.2" + :version "1.1.3" :serial t :components ((:file "packages") (:file "specials") diff --git a/doc/index.html b/doc/index.html index 5874bca..97fcb40 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.2. +current version is 1.1.3.

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