Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stassats committed Apr 27, 2024
1 parent d1eb39d commit 80fb19d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cl-ppcre.asd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,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="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
Expand Down

0 comments on commit 80fb19d

Please sign in to comment.