]> git.sur5r.net Git - i3/i3/commitdiff
Include date of the last commit in version number (Thanks Scytale)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jan 2010 21:35:10 +0000 (22:35 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jan 2010 21:35:10 +0000 (22:35 +0100)
common.mk

index 70305148a4a4b7047941173c4020f64ad9f3cdd0..775b592daedc988640a564bba53616172b4063ac 100644 (file)
--- 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