From cdf3de9d6bcca7016fb71cde4fb4dbf163ad6529 Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Sun, 5 Jan 2014 23:11:08 +0100 Subject: [PATCH] update CHANGELOG and version number --- CHANGELOG | 4 ++++ cl-ppcre.asd | 2 +- doc/index.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 325a58d..4056ff6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/cl-ppcre.asd b/cl-ppcre.asd index 512e41c..3c047e9 100644 --- a/cl-ppcre.asd +++ b/cl-ppcre.asd @@ -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") diff --git a/doc/index.html b/doc/index.html index a9e30fd..35896f2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -151,7 +151,7 @@ href="http://weitz.de/regex-coach/">The Regex Coach. CL-PPCRE together with this documentation can be downloaded from http://weitz.de/files/cl-ppcre.tar.gz. The -current version is 2.0.5. +current version is 2.0.6.

CL-PPCRE comes with a system definition for ASDF and you compile and