From 555212af31bd54e0e8fb1807654a7f781ca00a32 Mon Sep 17 00:00:00 2001 From: "Thomas M. Hermann" Date: Mon, 15 Oct 2012 16:32:51 -0500 Subject: [PATCH] Match the ASDF definition version to the code. --- lisp-unit.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp-unit.asd b/lisp-unit.asd index 2cd28b4..5d8d6cb 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.1" + :version "0.9.1" :author "Thomas M. Hermann " :license "MIT" :components -- 2.11.4.GIT