diff --git a/project.clj b/project.clj index 8d3439c..add6ff0 100644 --- a/project.clj +++ b/project.clj @@ -4,10 +4,10 @@ :manifest { ;; do not reformat this! It is important for the buildall script ;; that each of these properties is on a line with nothing else. - "build-signature-version" "unset" - "build-signature-user" "unset" - "build-signature-email" "unset" - "build-signature-timestamp" "unset" + "build-signature-version" "0.1.2-SNAPSHOT" + "build-signature-user" "Simon Brooke" + "build-signature-email" "simon@journeyman.cc" + "build-signature-timestamp" "2014-07-27 11:55:34+01:00" } :dependencies [[org.clojure/clojure "1.6.0"] [mw-engine "0.1.2-SNAPSHOT"]