Upversioned from 0.1.1-SNAPSHOT to 0.1.1 for release
This commit is contained in:
parent
1451be891e
commit
238924e059
|
@ -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 <simon@jasmine.org.uk>
|
||||
|
||||
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue