1
0
Fork 0

strap -* from VERSION_PATH

This commit is contained in:
Willi Goesgens 2015-07-17 18:15:33 +02:00
parent 48756e93ff
commit e704b47630
1 changed files with 2 additions and 0 deletions

View File

@ -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
## -----------------------------------------------------------------------------