We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c376621 commit db50c8cCopy full SHA for db50c8c
lisp-unit2.asd
@@ -3,7 +3,7 @@
3
4
(defsystem :lisp-unit2
5
:description "Common Lisp library that supports unit testing."
6
- :version "0.9.3"
+ :version "0.9.4"
7
:author "Russ Tyndall <russ@acceleration.net>, Acceleration.net,
8
Thomas M. Hermann <thomas.m.hermann@odonata-research.com>"
9
:license "MIT"
@@ -24,7 +24,7 @@
24
25
(defsystem :lisp-unit2-test
26
:description "Tests for lisp-unit2 "
27
28
29
30
0 commit comments