update makefile (version extraction)
This commit is contained in:
parent
670609b6b7
commit
395af377b4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = $(shell sed -n '/"version"/s/.*\([0-9]\+\.[0-9]\+\).*/\1/p' manifest.json)
|
VERSION = $(shell sed -n '/"version"/s/.*\"\([0-9.]\+\)\",/\1/p' manifest.json)
|
||||||
SET_VERSION = $(eval CURRENT_VERSION=$(VERSION))
|
SET_VERSION = $(eval CURRENT_VERSION=$(VERSION))
|
||||||
|
|
||||||
default: v2
|
default: v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue