final.lisp: Move definition of *sod-version* here.
[sod] / src / package.lisp
index d6e47f4..4ae7da7 100644 (file)
@@ -30,8 +30,4 @@
 
 (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 --------------------------------------------------