release 2.0.9
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Version 2.0.9
|
||||||
|
2014-11-28
|
||||||
|
Merge branch 'master' of github.com:edicl/cl-ppcre (Hans Huebner)
|
||||||
|
Merge pull request #20 from billitch/master (Hans Hübner)
|
||||||
|
Typo in CREATE-SCANNER documentation. (Thomas de Grivel)
|
||||||
|
|
||||||
Version 2.0.8
|
Version 2.0.8
|
||||||
2014-11-28
|
2014-11-28
|
||||||
Update support info (Hans Huebner)
|
Update support info (Hans Huebner)
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
(in-package :cl-ppcre-asd)
|
(in-package :cl-ppcre-asd)
|
||||||
|
|
||||||
(defsystem :cl-ppcre
|
(defsystem :cl-ppcre
|
||||||
:version "2.0.8"
|
:version "2.0.9"
|
||||||
:description "Perl-compatible regular expression library"
|
:description "Perl-compatible regular expression library"
|
||||||
:serial t
|
:serial t
|
||||||
:components ((:file "packages")
|
:components ((:file "packages")
|
||||||
|
|||||||
Reference in New Issue
Block a user