X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/58a9509014d2d133b91e96c7956957f82bc000a4..b07535d86a625c99240d8fdc46d589f5cc03a29c:/src/package.lisp diff --git a/src/package.lisp b/src/package.lisp index d6e47f4..1e7b54b 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -7,7 +7,7 @@ ;;;----- Licensing notice --------------------------------------------------- ;;; -;;; This file is part of the Sensble Object Design, an object system for C. +;;; This file is part of the Sensible 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 @@ -30,8 +30,4 @@ (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 --------------------------------------------------