From d97afca50b495797f2192c9a978f4eec818251f2 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Fri, 1 Jun 2012 22:27:26 +0200 Subject: [PATCH] Release 1.0 --- fiveam.asd | 4 ++++ version.lisp-expr | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 version.lisp-expr 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" -- 1.7.10.4