X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=fiveam.asd;h=9a056fa60d346d750b7d670755a794ec40b2f8a4;hb=c8f9fdda5f67d41e8e32404cc7c2598f7adabafe;hp=c8bd8a05060bf946b669bd823ae733057ba2000c;hpb=51bbd6ac845371a2330e60d09b7e365248dbc9c4;p=fiveam.git diff --git a/fiveam.asd b/fiveam.asd index c8bd8a0..9a056fa 100644 --- a/fiveam.asd +++ b/fiveam.asd @@ -2,6 +2,10 @@ (defsystem :fiveam :author "Edward Marco Baringer " + :version #.(with-open-file (f (merge-pathnames "version.lisp-expr" + (or *compile-file-pathname* + *load-truename*))) + (read f)) :depends-on (:alexandria) :pathname "src/" :components ((:file "package")