Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Jun 1, 2012
1 parent 51bbd6a commit d97afca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fiveam.asd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

(defsystem :fiveam
:author "Edward Marco Baringer <[email protected]>"
: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")
Expand Down
2 changes: 2 additions & 0 deletions version.lisp-expr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
;; -*- lisp -*-
"1.0"

0 comments on commit d97afca

Please sign in to comment.