Release version 0.6.0
Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
44ad5f9a25
commit
c303b95336
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@
|
|||
override undefine VERSION # don't allow local overrides, we want our version
|
||||
_git_version=$(shell git describe --long --tags --dirty 2>/dev/null | sed 's/-/.r/;s/-/./')
|
||||
ifeq ($(strip $(_git_version)),)
|
||||
VERSION=0.5.2
|
||||
VERSION=0.6.0
|
||||
else
|
||||
VERSION=$(_git_version)
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue