aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Huebner <hans.huebner@gmail.com>2013-11-17 09:08:39 +0100
committerHans Huebner <hans.huebner@gmail.com>2013-11-17 09:08:39 +0100
commitea904ebde4c4666f3c8097568d8d750263c31f1b (patch)
tree00049760e905c824555888656d162e34c811c71b
parent4950fd49f4ad9d02cffd9b50ddda4225fa495031 (diff)
downloadtl-who-ea904ebde4c4666f3c8097568d8d750263c31f1b.tar.gz
tl-who-ea904ebde4c4666f3c8097568d8d750263c31f1b.tar.bz2
tl-who-ea904ebde4c4666f3c8097568d8d750263c31f1b.zip
bump version number
-rw-r--r--CHANGELOG5
-rw-r--r--cl-who.asd2
-rw-r--r--doc/index.html2
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 <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