X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/dea4d05507e59ab779ed4bb209e05971d87e260c..ed00691544c3b6d4ad15b1c7ef975964ea72b0b6:/src/package.lisp diff --git a/src/package.lisp b/src/package.lisp index 60da8ea..a6b9785 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -28,4 +28,10 @@ #:sod-utilities #:sod-parser)) +(cl:in-package #:sod) + +(export '*sod-version*) +(defvar *sod-version* (asdf:component-version (asdf:find-system "sod")) + "The version of the SOD translator system, as a string.") + ;;;----- That's all, folks --------------------------------------------------