From 3fe06f263f31dae4886c511bfab8c2c40fd7e7d7 Mon Sep 17 00:00:00 2001 From: Michael Theall Date: Fri, 10 Apr 2020 00:50:37 -0500 Subject: [PATCH] v3.0.0-rc3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aafc568..df511e1 100644 --- a/Makefile +++ b/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)