From fe372b7ab533ca3d3ce0f67b24add940b1aa037b Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Mon, 4 Jun 2018 15:24:44 +0300 Subject: [PATCH] System now explicitly requires ASDF >= 3.1. --- ChangeLog.rst | 5 +++++ cl-info.asd | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index 73d4baf..5ecef67 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -2,6 +2,11 @@ ChangeLog =========== +0.2.0 (2018-06-04) +================== + +System now explicitly requires ASDF >= 3.1. + 0.1.0 (2018-06-03) ================== diff --git a/cl-info.asd b/cl-info.asd index d39f14e..7ae21a4 100644 --- a/cl-info.asd +++ b/cl-info.asd @@ -1,3 +1,4 @@ +#-asdf3.1 (error "cl-info requires ASDF 3.1") (defsystem cl-info :version (:read-file-form "version.lisp-expr") :author ""