final.lisp: Move definition of *sod-version* here.
[sod] / src / package.lisp
index 60da8ea..4ae7da7 100644 (file)
@@ -28,4 +28,6 @@
        #:sod-utilities
        #:sod-parser))
 
+(cl:in-package #:sod)
+
 ;;;----- That's all, folks --------------------------------------------------