From 7f72397999c1d95c7cba273731b9705b27266981 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Fri, 26 Jun 2015 11:00:15 -0100 Subject: [PATCH] bumping Infer version to 0.2.0 --- infer/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infer/src/Makefile b/infer/src/Makefile index 69052365c..f06edb0e0 100644 --- a/infer/src/Makefile +++ b/infer/src/Makefile @@ -154,8 +154,8 @@ sanitize: ifneq ($(shell which git),) MAJOR = 0 -MINOR = 1 -PATCH = 1 +MINOR = 2 +PATCH = 0 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')