release 2.0.10
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Version 2.0.10
|
||||||
|
2015-05-28
|
||||||
|
Add :author/:license/:description fields to .asd files (Hans Huebner)
|
||||||
|
Move inlined definitions before they are used. (Stas Boukarev)
|
||||||
|
|
||||||
Version 2.0.9
|
Version 2.0.9
|
||||||
2014-11-28
|
2014-11-28
|
||||||
Merge branch 'master' of github.com:edicl/cl-ppcre (Hans Huebner)
|
Merge branch 'master' of github.com:edicl/cl-ppcre (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.9"
|
:version "2.0.10"
|
||||||
:description "Perl-compatible regular expression library"
|
:description "Perl-compatible regular expression library"
|
||||||
:author "Dr. Edi Weitz"
|
:author "Dr. Edi Weitz"
|
||||||
:license "BSD"
|
:license "BSD"
|
||||||
|
|||||||
Reference in New Issue
Block a user