Update next_version to 1.17.0
This commit is contained in:
parent
dd9078d5d9
commit
81dd120876
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
next_version := 1.16.0
|
next_version := 1.17.0
|
||||||
tag := $(shell git describe --exact-match --tags 2>git_describe_error.tmp; rm -f git_describe_error.tmp)
|
tag := $(shell git describe --exact-match --tags 2>git_describe_error.tmp; rm -f git_describe_error.tmp)
|
||||||
branch := $(shell git rev-parse --abbrev-ref HEAD)
|
branch := $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
commit := $(shell git rev-parse --short=8 HEAD)
|
commit := $(shell git rev-parse --short=8 HEAD)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue