Upversioned from 0.1.1-SNAPSHOT to 0.1.1 for release

This commit is contained in:
Simon Brooke 2014-07-24 22:23:47 +01:00
parent 1451be891e
commit 238924e059
2 changed files with 5 additions and 4 deletions

View file

@ -4,7 +4,7 @@
# Expects to be run from the parent directory of the directory which contains all # Expects to be run from the parent directory of the directory which contains all
# the MicroWorld projects. # 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 <simon@jasmine.org.uk> # Simon Broooke <simon@jasmine.org.uk>
@ -81,9 +81,10 @@ do
then then
git commit -a git commit -a
else else
git commit -a -m $message git commit -a -m "$message"
fi fi
# git push origin master git push origin master
if [ "${release}" != "" ] if [ "${release}" != "" ]
then then
branch="${old}_MAINTENANCE" branch="${old}_MAINTENANCE"

View file

@ -1,4 +1,4 @@
(defproject mw-engine "0.1.1-SNAPSHOT" (defproject mw-engine "0.1.1"
:description "Cellular automaton world builder." :description "Cellular automaton world builder."
:url "http://example.com/FIXME" :url "http://example.com/FIXME"
:license {:name "GNU General Public License v2" :license {:name "GNU General Public License v2"