From da9df6d48cd11d67f3433ed4fb96ad761cf87ca8 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Thu, 15 Dec 2022 11:02:04 +0000 Subject: [PATCH] bump version to 2.4.6 at the begining of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56ca0913f..ecbe04a97 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ DEBUG=${ALL_DEBUG} #export OPTZ #export EXTRALINK export MAKE -export CURVER?=2.4.5 +export CURVER?=2.4.6 ifneq (,$(wildcard /etc/os-release)) DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release) else