From 6902d1983148bd2109822fd033beba48000cccf4 Mon Sep 17 00:00:00 2001 From: Egor Kovetskiy Date: Wed, 20 Mar 2019 21:34:14 +0300 Subject: [PATCH] add tag to make version --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efab837..b6a87a1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ NAME = $(notdir $(PWD)) -VERSION = $(shell printf "%s.%s" \ +VERSION = $(shell printf "%s.%s.%s" \ + $$(git describe --tags) \ $$(git rev-list --count HEAD) \ $$(git rev-parse --short HEAD) \ )