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