summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStas Boukarev <stassats@gmail.com>2024-04-27 04:06:11 +0300
committerStas Boukarev <stassats@gmail.com>2024-04-27 04:06:11 +0300
commit80fb19d104647a2c4efd5f66f65811948bf8156b (patch)
tree4b4954171ce070da43bf84e2e9ab664a7eb34d43
parentd1eb39dc647cfa001e2476c10167de7d9140e78c (diff)
-rw-r--r--CHANGELOG5
-rw-r--r--cl-ppcre.asd2
-rw-r--r--docs/index.html2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fbd8333..044e6c0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
+Version 2.1.2
+2024-04-27
+New function, count-matches (Paul M. Rodriguez)
+
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 8ae5375..44cd05c 100644
--- a/cl-ppcre.asd
+++ b/cl-ppcre.asd
@@ -30,7 +30,7 @@
;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
(defsystem :cl-ppcre
- :version "2.1.1"
+ :version "2.1.2"
:description "Perl-compatible regular expression library"
:author "Dr. Edi Weitz"
:license "BSD"
diff --git a/docs/index.html b/docs/index.html
index 24b395a..b53e64d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -153,7 +153,7 @@ href="http://weitz.de/regex-coach/">The Regex Coach</a>.
CL-PPCRE together with this documentation can be downloaded from <a
href="https://github.com/edicl/cl-ppcre/archive/master.zip">Github</a>. The
-current version is 2.0.11.
+current version is 2.1.2.
<p>
CL-PPCRE comes with a system definition
for <a href="http://www.cliki.net/asdf">ASDF</a> and you compile and