diff --git a/buildall.sh b/buildall.sh index a4faa34..64fe544 100755 --- a/buildall.sh +++ b/buildall.sh @@ -4,7 +4,7 @@ # Expects to be run from the parent directory of the directory which contains all # the MicroWorld projects. -# WARNING: The regexps in this are fair awfy fragile. Edit with care. +# WARNING: The regexps in this are fair awfy bruckle. Edit with care. # Simon Broooke @@ -81,9 +81,10 @@ do then git commit -a else - git commit -a -m $message + git commit -a -m "$message" fi - # git push origin master + git push origin master + if [ "${release}" != "" ] then branch="${old}_MAINTENANCE" diff --git a/project.clj b/project.clj index c03eef8..d14e639 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mw-engine "0.1.1-SNAPSHOT" +(defproject mw-engine "0.1.1" :description "Cellular automaton world builder." :url "http://example.com/FIXME" :license {:name "GNU General Public License v2"