Have the other sysdef files also export this symbol because otherwise
SBCL emits annoying warnings.
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
(cl:defpackage #:sod-sysdef
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
(cl:defpackage #:sod-sysdef
- (:use #:common-lisp #:asdf))
+ (:use #:common-lisp #:asdf)
+ (:export #:*version*))
(cl:in-package #:sod-sysdef)
(cl:in-package #:sod-sysdef)
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
(cl:defpackage #:sod-sysdef
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
(cl:defpackage #:sod-sysdef
- (:use #:common-lisp #:asdf))
+ (:use #:common-lisp #:asdf)
+ (:export #:*version*))
(cl:in-package #:sod-sysdef)
(cl:in-package #:sod-sysdef)