Release version 0.7.1
Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
899d1cca3c
commit
f81d8871c7
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
_git_version=$(shell git describe --long --tags --dirty 2>/dev/null | sed 's/-/.r/;s/-/./')
|
_git_version=$(shell git describe --long --tags --dirty 2>/dev/null | sed 's/-/.r/;s/-/./')
|
||||||
ifeq ($(strip $(_git_version)),)
|
ifeq ($(strip $(_git_version)),)
|
||||||
VERSION=0.7.0
|
VERSION=0.7.1
|
||||||
else
|
else
|
||||||
VERSION=$(_git_version)
|
VERSION=$(_git_version)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue