From 176a8871b72f7b3771c4ddb2705e20ab7ea84a10 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 21 Jan 2012 20:52:41 +0100 Subject: [PATCH] Makefile: Fix check for current git tag. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aaab2dac..bb485530 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # Please see build.conf for policy build options. # # -VERSION = $(shell git tag 2>/dev/null | head -n1) +VERSION = $(shell git tag 2>/dev/null | tail -n1) ######################################## # -- 2.39.2