From d0ea01e3540dfc56e174113439c1bc058c1237d4 Mon Sep 17 00:00:00 2001 From: Andrzej Kotulski Date: Thu, 18 Jun 2015 09:00:23 -0100 Subject: [PATCH] Bump infer version to 0.1.1 --- infer/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/src/Makefile b/infer/src/Makefile index 65bc34479..4395f9026 100644 --- a/infer/src/Makefile +++ b/infer/src/Makefile @@ -156,7 +156,7 @@ sanitize: ifneq ($(shell which git),) MAJOR = 0 MINOR = 1 -PATCH = 0 +PATCH = 1 GIT_COMMIT = $(shell git rev-parse HEAD | awk '{print $0; exit}' | xargs echo -n | sed 's/[\/&]/\\&/g') GIT_BRANCH = $(shell git rev-parse --abbrev-ref HEAD | awk '{print $0; exit}' | xargs echo -n | sed 's/[\/&]/\\&/g')