v3.0.0-rc3

This commit is contained in:
Michael Theall 2020-04-10 00:50:37 -05:00
parent e00f0902db
commit 3fe06f263f

View File

@ -6,7 +6,7 @@ export GITREV := $(shell git rev-parse HEAD 2>/dev/null | cut -c1-8)
export VERSION_MAJOR := 3 export VERSION_MAJOR := 3
export VERSION_MINOR := 0 export VERSION_MINOR := 0
export VERSION_MICRO := 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)),) ifneq ($(strip $(GITREV)),)
export VERSION := $(VERSION)-$(GITREV) export VERSION := $(VERSION)-$(GITREV)