chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
doc/syntax.tex, src/sod-module.5: Typeset `<qualifier>s' properly.
[sod]
/
src
/
final.lisp
diff --git
a/src/final.lisp
b/src/final.lisp
index 5df72f187f36b16ba25759fb8bc6faa4ceb27d35..7d4468e68b2a61454ace5950820bc901ddafaf2b 100644
(file)
--- a/
src/final.lisp
+++ b/
src/final.lisp
@@
-7,7
+7,7
@@
;;;----- Licensing notice ---------------------------------------------------
;;;
;;;----- Licensing notice ---------------------------------------------------
;;;
-;;; This file is part of the Sensble Object Design, an object system for C.
+;;; This file is part of the Sens
i
ble Object Design, an object system for C.
;;;
;;; SOD is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
;;;
;;; SOD is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@
-25,6
+25,13
@@
(cl:in-package #:sod)
(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.
;;;--------------------------------------------------------------------------
;;; Debugging utilities.