X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/e75eb63d81df077c02c6c74439fb14a34d4fb93e..8922d11064c215cdd8b6288985cc6d2e573826c2:/src/sod.asd diff --git a/src/sod.asd b/src/sod.asd index 0504ce4..f207df0 100644 --- a/src/sod.asd +++ b/src/sod.asd @@ -34,7 +34,7 @@ (defsystem sod ;; Boring copyright stuff. - :version "0.1.0" + :version "0.2.0" :author "Mark Wooding" :license "GNU General Public License, version 2 or later" @@ -164,8 +164,8 @@ (:file "class-output" :depends-on ("classes" "class-layout-impl" "method-impl" "output-proto")) - ;; Debugging and interactive testing. - (:file "debug" :depends-on ("builtin" "module-output")))) + ;; Finishing touches of various kinds. + (:file "final" :depends-on ("builtin" "module-output")))) ;;;-------------------------------------------------------------------------- ;;; Testing.