X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/54c017728489af16b13e13541e7cc53c985ca436..ecdf14f08ed32423aceb7feca0a20971003957e5:/src/final.lisp diff --git a/src/final.lisp b/src/final.lisp index 5df72f1..fe07cc8 100644 --- a/src/final.lisp +++ b/src/final.lisp @@ -26,6 +26,13 @@ (cl:in-package #:sod) ;;;-------------------------------------------------------------------------- +;;; Miscellaneous details. + +(export '*sod-version*) +(defparameter *sod-version* sod-sysdef:*version* + "The version of the SOD translator system, as a string.") + +;;;-------------------------------------------------------------------------- ;;; Debugging utilities. (export '*debugout-pathname*)