Include date of the last commit in version number (Thanks Scytale)

next
Michael Stapelberg 2010-01-23 22:35:10 +01:00
parent 7270b74732
commit 0abf9cc570
1 changed files with 1 additions and 1 deletions

View File

@ -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