System now explicitly requires ASDF >= 3.1.
This commit is contained in:
parent
cb5b8db48c
commit
fe372b7ab5
2 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
ChangeLog
|
||||
===========
|
||||
|
||||
0.2.0 (2018-06-04)
|
||||
==================
|
||||
|
||||
System now explicitly requires ASDF >= 3.1.
|
||||
|
||||
0.1.0 (2018-06-03)
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#-asdf3.1 (error "cl-info requires ASDF 3.1")
|
||||
(defsystem cl-info
|
||||
:version (:read-file-form "version.lisp-expr")
|
||||
:author ""
|
||||
|
|
Loading…
Reference in a new issue