System now explicitly requires ASDF >= 3.1.

This commit is contained in:
Alexander Artemenko 2018-06-04 15:24:44 +03:00
parent cb5b8db48c
commit fe372b7ab5
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,11 @@
ChangeLog ChangeLog
=========== ===========
0.2.0 (2018-06-04)
==================
System now explicitly requires ASDF >= 3.1.
0.1.0 (2018-06-03) 0.1.0 (2018-06-03)
================== ==================

View file

@ -1,3 +1,4 @@
#-asdf3.1 (error "cl-info requires ASDF 3.1")
(defsystem cl-info (defsystem cl-info
:version (:read-file-form "version.lisp-expr") :version (:read-file-form "version.lisp-expr")
:author "" :author ""