Change how to get commit hash from mercurial to git
This commit is contained in:
parent
ee9d6e7c55
commit
32766c6e8e
@ -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>@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user