Fix setversion

This commit is contained in:
Dan Holmsand 2013-12-16 23:23:36 +01:00
parent 7ebbdeaf66
commit c7f65349fe
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ PROF = dev,test
CLJSBUILD = client
CLJSDIRS = src test
VERSION = 0.0.1 # -SNAPSHOT
VERSION = 0.0.1-SNAPSHOT
all: buildrun
@ -61,4 +61,3 @@ tag: setversion
git commit --allow-empty -a -m"Version "$(VERSION); \
git tag v$(VERSION); \
fi