Change how to get commit hash from mercurial to git

This commit is contained in:
Srivats P 2015-08-12 20:11:17 +05:30
parent ee9d6e7c55
commit 32766c6e8e

View File

@ -1,5 +1,5 @@
APP_VERSION = 0.7.1
APP_REVISION = $(shell hg identify -i)
APP_REVISION = $(shell git rev-parse --short=12 --verify HEAD)
#uncomment the below line in a source package and fill-in the correct revision
#APP_REVISION = <rev-hash>@