From df6240e4c9705dea8ee5ef343308d51f050447a3 Mon Sep 17 00:00:00 2001 From: Diego Hernan Borghetti Date: Tue, 29 Apr 2008 14:59:01 -0300 Subject: [PATCH] Replace the SVN revision with git sha1 short key. --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile b/source/Makefile index 17294bd..1ae009c 100644 --- a/source/Makefile +++ b/source/Makefile @@ -56,7 +56,7 @@ ifdef NAN_BUILDINFO BUILDINFO_C = $(SRCHOME)/creator/buildinfo.c BUILD_DATE := $(shell date "+%Y-%m-%d") BUILD_TIME := $(shell date "+%H:%M:%S") - BUILD_REV := $(shell svnversion) + BUILD_REV := $(shell git show --pretty=oneline --abbrev-commit HEAD | cut -f1 -d.) endif ############# set pyplayerlib ################## -- 2.11.4.GIT