X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/2672be806e7480e2f4aed24430c863b3683c43c1..8f3f42a31fa72452fd0e46b0a2b166422c712188:/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*)