Skip to content

Commit

Permalink
Merge pull request #70 from mariux64/use-leightweight-tags
Browse files Browse the repository at this point in the history
Makefile: Allow lightweight tags in MXQ_VERSION_GIT
  • Loading branch information
pmenzel authored Jan 5, 2018
2 parents 3ae9361 + 6df49ca commit 7196274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MXQ_VERSION_PATCH = 4
MXQ_VERSION_EXTRA = "beta"
MXQ_VERSIONDATE = 2016

MXQ_VERSION_GIT := $(shell git describe --long 2>/dev/null)
MXQ_VERSION_GIT := $(shell git describe --long --tags 2>/dev/null)

MXQ_VERSION = ${MXQ_VERSION_MAJOR}.${MXQ_VERSION_MINOR}.${MXQ_VERSION_PATCH}
ifeq (${MXQ_VERSION_GIT},)
Expand Down

0 comments on commit 7196274

Please sign in to comment.