From 90f51d50ca92462f7d16fb887d85aefef90f0a9b Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Mon, 19 Sep 2022 11:38:17 +0200 Subject: [PATCH] bump version to 2.4.5 at the begining of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31182bafa4..099ea6234c 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ DEBUG=${ALL_DEBUG} #export OPTZ #export EXTRALINK export MAKE -export CURVER?=2.4.4 +export CURVER?=2.4.5 ifneq (,$(wildcard /etc/os-release)) DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release) else