From e3ae8255a2d988ab5fc63ed73a7a97e8c7670782 Mon Sep 17 00:00:00 2001 From: Zach Beane Date: Wed, 9 Jul 2008 15:26:48 -0400 Subject: [PATCH] Fix a few ASD dependency problems --- doc/index.html | 2 +- salza2.asd | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index ff10d52..228bf22 100644 --- a/doc/index.html +++ b/doc/index.html @@ -24,7 +24,7 @@ ZLIB, DEFLATE, or GZIP data formats, described in It does not use any external libraries for compression. It does not yet support decompression. Salza2 is available under a BSD-like license. The current version is -2.0.3, released on June 19, 2008. +2.0.4, released on July 9, 2008.

Download shortcut: diff --git a/salza2.asd b/salza2.asd index 776e1dd..f3c27d1 100644 --- a/salza2.asd +++ b/salza2.asd @@ -27,7 +27,7 @@ ;;; (asdf:defsystem #:salza2 - :version "2.0.3" + :version "2.0.4" :components ((:file "package") (:file "reset" :depends-on ("package")) @@ -49,6 +49,7 @@ "specials")) (:file "bitstream" :depends-on ("package" + "specials" "reset")) (:file "matches" :depends-on ("package" -- 2.11.4.GIT