From 603ec1e460cb0d728d18ee78ea741c4546cde9ca Mon Sep 17 00:00:00 2001 From: "William R. Fraser" Date: Thu, 31 Mar 2016 08:33:20 -0700 Subject: [PATCH] bump version to v0.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acc6d47..6e9ccf4 100644 --- a/Makefile +++ b/Makefile @@ -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