X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/1d8cc67a3f4ded443f5efc673a616883cbae9c50..58a9509014d2d133b91e96c7956957f82bc000a4:/src/package.lisp diff --git a/src/package.lisp b/src/package.lisp index 75dc7fd..d6e47f4 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -26,7 +26,12 @@ (cl:defpackage #:sod (:use #:common-lisp #:sod-utilities - #:optparse #:sod-parser)) +(cl:in-package #:sod) + +(export '*sod-version*) +(defparameter *sod-version* sod-sysdef:*version* + "The version of the SOD translator system, as a string.") + ;;;----- That's all, folks --------------------------------------------------