chiark / gitweb /
src/c-types-proto.lisp: Fix docstring.
[sod] / src / final.lisp
index 5df72f187f36b16ba25759fb8bc6faa4ceb27d35..fe07cc88b1de7168f5e8ca06bdfd0e8d4fe7f018 100644 (file)
 
 (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.