From 4e1e696730e6974c0c3416b7dc27ccc47893d92f Mon Sep 17 00:00:00 2001 From: "Thomas M. Hermann" Date: Wed, 10 Oct 2012 10:55:17 -0500 Subject: [PATCH] Compatibility version 0.8.1. --- lisp-unit.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp-unit.asd b/lisp-unit.asd index 2de9efd..2cd28b4 100644 --- a/lisp-unit.asd +++ b/lisp-unit.asd @@ -26,7 +26,7 @@ (defsystem :lisp-unit :description "Common Lisp library that supports unit testing." - :version "0.8.0" + :version "0.8.1" :author "Thomas M. Hermann " :license "MIT" :components -- 2.11.4.GIT