From 95ebb3afe9773a485c694feaaa8c00a773f4114c Mon Sep 17 00:00:00 2001 From: Herbert Snorrason Date: Mon, 29 Mar 2021 21:16:56 +0000 Subject: [PATCH] ASDF doesn't like text in version numbers. --- ulisp-build.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ulisp-build.asd b/ulisp-build.asd index 128fa6b..3d5774d 100644 --- a/ulisp-build.asd +++ b/ulisp-build.asd @@ -1,6 +1,6 @@ (defsystem "ulisp-build" :author ("David Johnson-Davies" "Herbert Snorrason") - :version "0.3.6-test" + :version "0.3.6.0" :serial t :components ((:file "package") (:file "symbols")