Skip to content

Instantly share code, notes, and snippets.

@wilkes
Created October 13, 2011 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilkes/1284233 to your computer and use it in GitHub Desktop.
Save wilkes/1284233 to your computer and use it in GitHub Desktop.
(defproject floyd "0.10.4-SNAPSHOT"
:dependencies ...
;; compile this one file
:aot [floyd.version]
)
(ns floyd.version)
(defmacro get-version []
(System/getProperty "floyd.version"))
(def version (get-version))
@sethtrain
Copy link

Good ol' floyd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment