update version + changelog

This commit is contained in:
Hans Huebner
2014-01-05 20:42:01 +01:00
parent db6665e888
commit 486ebb0e33
3 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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")

View File

@ -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