From ac965cd8289572f4786c8c6f95a6c05dea29936d Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 11 Aug 2011 17:52:58 +0200 Subject: [PATCH] Makefile: increment version to 012 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cafbc6..b737db7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=011 +VERSION=012 GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8) prefix ?= /usr -- 2.7.4