From 238924e059ea3cb69987126c02e4d0b52301ec07 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 24 Jul 2014 22:23:47 +0100 Subject: [PATCH] Upversioned from 0.1.1-SNAPSHOT to 0.1.1 for release --- buildall.sh | 7 ++++--- project.clj | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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"