mirror of https://gitee.com/bigwinds/arangodb
strap -* from VERSION_PATH
This commit is contained in:
parent
48756e93ff
commit
e704b47630
|
@ -10,6 +10,8 @@ VERSION_MAJOR := $(wordlist 1,1,$(subst ., ,$(VERSION)))
|
|||
VERSION_MINOR := $(wordlist 2,2,$(subst ., ,$(VERSION)))
|
||||
VERSION_PATCH := $(wordlist 3,3,$(subst ., ,$(VERSION)))
|
||||
|
||||
VERSION_PATCH := $(wordlist 1,1,$(subst -, ,$(VERSION_PATCH)))
|
||||
|
||||
## -----------------------------------------------------------------------------
|
||||
## --SECTION-- SPECIAL TARGETS
|
||||
## -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue