8000 strap -* from VERSION_PATH · msand/arangodb@6f890f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f890f0

Browse files
committed
strap -* from VERSION_PATH
1 parent 98baf7c commit 6f890f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GNUmakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ VERSION_MAJOR := $(wordlist 1,1,$(subst ., ,$(VERSION)))
1010
VERSION_MINOR := $(wordlist 2,2,$(subst ., ,$(VERSION)))
1111
VERSION_PATCH := $(wordlist 3,3,$(subst ., ,$(VERSION)))
1212

13+
VERSION_PATCH := $(wordlist 1,1,$(subst -, ,$(VERSION_PATCH)))
14+
1315
## -----------------------------------------------------------------------------
1416
## --SECTION-- SPECIAL TARGETS
1517
## -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)
0