X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/54c017728489af16b13e13541e7cc53c985ca436:/src/sod.asd..58a9509014d2d133b91e96c7956957f82bc000a4:/src/sod.asd.in diff --git a/src/sod.asd b/src/sod.asd.in similarity index 97% rename from src/sod.asd rename to src/sod.asd.in index f207df0..d710fb1 100644 --- a/src/sod.asd +++ b/src/sod.asd.in @@ -24,19 +24,23 @@ ;;; 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) +#|@-auto-@|# (load "auto.lisp") + ;;;-------------------------------------------------------------------------- ;;; Definition. (defsystem sod ;; Boring copyright stuff. - :version "0.2.0" + :version #.*sysdef-version* :author "Mark Wooding" :license "GNU General Public License, version 2 or later" + #|@-path-@|# :pathname "@srcdir@" ;; Documentation. :description "A Sensible Object Design for C."