Skip to content

Commit

Permalink
bump version to v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wfraser committed Mar 31, 2016
1 parent 13efc32 commit 603ec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PREFIX=/usr/local

BRANCH=$(shell test -d .git && (git branch | grep '^*' | cut -c3-) || echo "unknown")

VERSION=BackFS v0.4\
VERSION=BackFS v0.5\
$(shell test -d .git && echo "\ngit revision" && git log --pretty="format:%h %ai" -n1) branch $(BRANCH)\
\nbuilt $(shell date "+%Y-%m-%d %H:%M:%S %z")\n

Expand Down

0 comments on commit 603ec1e

Please sign in to comment.