summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Huebner <hans.huebner@gmail.com>2014-01-05 20:42:01 +0100
committerHans Huebner <hans.huebner@gmail.com>2014-01-05 20:42:01 +0100
commit486ebb0e3305fbbbef73efc09bc7312f0fd21346 (patch)
treedff0fafe37c9f4c4d30e3b6062f517a72f7558c2
parentdb6665e88857037764f5038304d7c3d8d2d20ee2 (diff)
update version + changelog
-rw-r--r--CHANGELOG4
-rw-r--r--cl-ppcre.asd2
-rw-r--r--doc/index.html2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fe88252..325a58d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 2.0.5
+2014-01-05
+Fix spurious test failures (Edi Weitz)
+
Version 2.0.4
2013-04-13
Rewrite SEQ without using recursion (Stas Boukarev)
diff --git a/cl-ppcre.asd b/cl-ppcre.asd
index 8cf1b22..512e41c 100644
--- a/cl-ppcre.asd
+++ b/cl-ppcre.asd
@@ -37,7 +37,7 @@
(in-package :cl-ppcre-asd)
(defsystem :cl-ppcre
- :version "2.0.3"
+ :version "2.0.5"
:description "Perl-compatible regular expression library"
:serial t
:components ((:file "packages")
diff --git a/doc/index.html b/doc/index.html
index acc9396..a9e30fd 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -151,7 +151,7 @@ href="http://weitz.de/regex-coach/">The Regex Coach</a>.
CL-PPCRE together with this documentation can be downloaded from <a
href="http://weitz.de/files/cl-ppcre.tar.gz">http://weitz.de/files/cl-ppcre.tar.gz</a>. The
-current version is 2.0.4.
+current version is 2.0.5.
<p>
CL-PPCRE comes with a system definition
for <a href="http://www.cliki.net/asdf">ASDF</a> and you compile and