mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 18:29:19 +01:00
v3.0.0-rc3
This commit is contained in:
parent
e00f0902db
commit
3fe06f263f
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ export GITREV := $(shell git rev-parse HEAD 2>/dev/null | cut -c1-8)
|
||||
export VERSION_MAJOR := 3
|
||||
export VERSION_MINOR := 0
|
||||
export VERSION_MICRO := 0
|
||||
export VERSION := $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)-rc2
|
||||
export VERSION := $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)-rc3
|
||||
|
||||
ifneq ($(strip $(GITREV)),)
|
||||
export VERSION := $(VERSION)-$(GITREV)
|
||||
|
Loading…
Reference in New Issue
Block a user