From b569cc1913ccda668b1eb2aba40287b28219551f Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Wed, 1 Jul 2020 15:47:47 +0200 Subject: [PATCH 1/2] Bump version number mismatch --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0966fe693e..6aa1f629be 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ # Bump these on release VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 23 -VERSION_BUILD ?= 0 +VERSION_MINOR ?= 24 +VERSION_BUILD ?= 1 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION_PACKAGE = $(REPOPATH/pkg/version) From 5f0d30534f67ba77a173d226c5d183617e18f887 Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Tue, 28 Jul 2020 15:10:07 -0700 Subject: [PATCH 2/2] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6aa1f629be..5c40d51fd2 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # Bump these on release VERSION_MAJOR ?= 0 VERSION_MINOR ?= 24 -VERSION_BUILD ?= 1 +VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION_PACKAGE = $(REPOPATH/pkg/version)