From 26253670c1b96331f6e65fe130e36670f8cf7c5a Mon Sep 17 00:00:00 2001 From: Fabio Falci Date: Mon, 20 Apr 2015 09:10:13 +0100 Subject: [PATCH] 0.1.0 release candidate 1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 678aa0b..e5c10f9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ifeq ($(UNAME), Darwin) SED := sed -i '' -e '$$ d' endif -VERSION := 0.1.0-local +VERSION := 0.1.0-rc1 COMMIT := $(shell git rev-parse --short HEAD) BUILD_DATE := $(shell date -u)