Eliminate the separately maintained Lisp system version number.
[sod] / src / package.lisp
index 60da8ea..d6e47f4 100644 (file)
        #:sod-utilities
        #: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 --------------------------------------------------