Skip to content

Commit

Permalink
update CHANGELOG and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Jan 5, 2014
1 parent dfac6f9 commit cdf3de9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2.0.6
2015-01-05
Fix failing tests and spurious compiler warnings

Version 2.0.5
2014-01-05
Fix spurious test failures (Edi Weitz)
Expand Down
2 changes: 1 addition & 1 deletion cl-ppcre.asd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
(in-package :cl-ppcre-asd)

(defsystem :cl-ppcre
:version "2.0.5"
:version "2.0.6"
:description "Perl-compatible regular expression library"
:serial t
:components ((:file "packages")
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2>CL-PPCRE - Portable Perl-compatible regular expressions for Common Lisp</h2>

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.5.
current version is 2.0.6.
<p>
CL-PPCRE comes with a system definition
for <a href="http://www.cliki.net/asdf">ASDF</a> and you compile and
Expand Down

0 comments on commit cdf3de9

Please sign in to comment.