From 7893469fca78316407b689e4bb20efcde7fdd361 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 18 Jul 2011 17:05:06 +0200 Subject: [PATCH] Makefile: inc version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad2f340..b9eb852 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=010 +VERSION=011 GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8) prefix ?= /usr -- 2.7.4