Seems more at home somehow.
(cl:in-package #:sod)
+;;;--------------------------------------------------------------------------
+;;; Miscellaneous details.
+
+(export '*sod-version*)
+(defparameter *sod-version* sod-sysdef:*version*
+ "The version of the SOD translator system, as a string.")
+
;;;--------------------------------------------------------------------------
;;; Debugging utilities.
(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 --------------------------------------------------