From eb11d3771a0ba1cb486e0daa67ed921cad5c76fe Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Mon, 22 Jun 2015 14:37:16 -0400 Subject: [PATCH] diassociate version from project.clj so can be used for other modules --- VERSION | 1 + project.clj | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..7d85683 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.5.4 diff --git a/project.clj b/project.clj index 3ecd5f5..13c1e4d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,6 @@ -(defproject com.rpl/specter "0.5.4" +(def VERSION (.trim (slurp "VERSION"))) + +(defproject com.rpl/specter VERSION :dependencies [[org.clojure/clojure "1.6.0"] ] :jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions