summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Huebner <hans.huebner@gmail.com>2015-05-28 07:38:30 +0200
committerHans Huebner <hans.huebner@gmail.com>2015-05-28 07:38:30 +0200
commit7bc656d7fa67b45967f3567cf6971bd452b0363d (patch)
tree9ab3987764013c2d59cc67094d35fda835463004
parent82b48a46edb3c14f093ba0bc037fff960cd27273 (diff)
release 2.0.10v2.0.10
-rw-r--r--CHANGELOG5
-rw-r--r--cl-ppcre.asd2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a7cfee4..8bfc9bd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
2014-11-28
Merge branch 'master' of github.com:edicl/cl-ppcre (Hans Huebner)
diff --git a/cl-ppcre.asd b/cl-ppcre.asd
index 8e12ec7..eacaab2 100644
--- a/cl-ppcre.asd
+++ b/cl-ppcre.asd
@@ -37,7 +37,7 @@
(in-package :cl-ppcre-asd)
(defsystem :cl-ppcre
- :version "2.0.9"
+ :version "2.0.10"
:description "Perl-compatible regular expression library"
:author "Dr. Edi Weitz"
:license "BSD"