summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Huebner <hans.huebner@gmail.com>2014-01-23 11:35:27 -0500
committerHans Huebner <hans.huebner@gmail.com>2014-01-23 11:35:27 -0500
commite6029ed103efe9656e948ef5eb3cb09aec87c58c (patch)
tree0f1994a940a2cc5c05bbc3e39b7341c3260e2074
parentb21978b6fd3d2fdcfa3dc379b9b8a3438da7df0b (diff)
release 2.0.7v2.0.7
-rw-r--r--CHANGELOG4
-rw-r--r--cl-ppcre.asd2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4056ff6..0851a9f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 2.0.7
+2014-01-23
+doc: Update repository location, remove the darcs mirror. (Stas Boukarev)
+
Version 2.0.6
2015-01-05
Fix failing tests and spurious compiler warnings
diff --git a/cl-ppcre.asd b/cl-ppcre.asd
index 3c047e9..54facec 100644
--- a/cl-ppcre.asd
+++ b/cl-ppcre.asd
@@ -37,7 +37,7 @@
(in-package :cl-ppcre-asd)
(defsystem :cl-ppcre
- :version "2.0.6"
+ :version "2.0.7"
:description "Perl-compatible regular expression library"
:serial t
:components ((:file "packages")