Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Change how to get commit hash from mercurial to git
Browse files Browse the repository at this point in the history
  • Loading branch information
pstavirs committed Aug 12, 2015
1 parent ee9d6e7 commit 32766c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.pri
@@ -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>@

Expand Down

0 comments on commit 32766c6

Please sign in to comment.