From 1c51cac80accc4d0afe70e19d25b95250559e5d9 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Tue, 16 Aug 2022 14:23:01 +0000 Subject: [PATCH] bump version to 2.4.4 at the begining of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fba4e6a118..fd7b6cc8f1 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ DEBUG=${ALL_DEBUG} #export OPTZ #export EXTRALINK export MAKE -export CURVER?=2.4.3 +export CURVER?=2.4.4 ifneq (,$(wildcard /etc/os-release)) DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release) else