Created
October 13, 2011 13:36
-
-
Save wilkes/1284233 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defproject floyd "0.10.4-SNAPSHOT" | |
:dependencies ... | |
;; compile this one file | |
:aot [floyd.version] | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns floyd.version) | |
(defmacro get-version [] | |
(System/getProperty "floyd.version")) | |
(def version (get-version)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good ol' floyd.