From 0abf9cc570d8a751566fbec8cd0ebb4f6f224138 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 23 Jan 2010 22:35:10 +0100 Subject: [PATCH] Include date of the last commit in version number (Thanks Scytale) --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 70305148..775b592d 100644 --- a/common.mk +++ b/common.mk @@ -1,7 +1,7 @@ UNAME=$(shell uname) DEBUG=1 INSTALL=install -GIT_VERSION:=$(shell git describe --tags --always) +GIT_VERSION:="$(shell git describe --tags --always) ($(shell git log --pretty=format:%cd --date=short -n1))" VERSION:=$(shell git describe --tags --abbrev=0) CFLAGS += -std=c99 -- 2.39.5