diff --git a/CHANGELOG b/CHANGELOG index a2eaa80..fbd8333 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +Version 2.1.1 +2019-04-07 Version 2.0.11 2015-08-26 Fix for type checks in LispWorks 7 (Martin Simmons) diff --git a/cl-ppcre.asd b/cl-ppcre.asd index f1c83af..433ad49 100644 --- a/cl-ppcre.asd +++ b/cl-ppcre.asd @@ -37,7 +37,7 @@ (in-package :cl-ppcre-asd) (defsystem :cl-ppcre - :version "2.1.0" + :version "2.1.1" :description "Perl-compatible regular expression library" :author "Dr. Edi Weitz" :license "BSD"