From: Stelian Ionescu Date: Fri, 1 Jun 2012 20:27:26 +0000 (+0200) Subject: Release 1.0 X-Git-Url: http://repo.macrolet.net/gitweb/?p=fiveam.git;a=commitdiff_plain;h=d97afca50b495797f2192c9a978f4eec818251f2 Release 1.0 --- 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") diff --git a/version.lisp-expr b/version.lisp-expr new file mode 100644 index 0000000..c0f3631 --- /dev/null +++ b/version.lisp-expr @@ -0,0 +1,2 @@ +;; -*- lisp -*- +"1.0"