Getting the right data into the manifest; sadly, not succeeding in getting

it out again.
This commit is contained in:
Simon Brooke 2014-07-27 21:05:47 +01:00
parent 829bc1780a
commit c0d26f7cc7
5 changed files with 41 additions and 23 deletions

View file

@ -1,13 +1,12 @@
(defproject mw-engine "0.1.3-SNAPSHOT"
(defproject mw-engine "0.1.2-SNAPSHOT"
:description "Cellular automaton world builder."
:url "http://www.journeyman.cc/microworld/"
: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" "0.1.3-SNAPSHOT"
"build-signature-user" "Simon Brooke"
"build-signature-email" "simon@journeyman.cc"
"build-signature-timestamp" "2014-07-27 11:54:52+01:00"
"build-signature-version" "unset"
"build-signature-user" "unset"
"build-signature-email" "unset"
"build-signature-timestamp" "unset"
"Implementation-Version" "unset"
}
:license {:name "GNU General Public License v2"