From 357cb57224aba26e3313cf143201f1330375600f Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Tue, 16 May 2023 07:46:40 +0000 Subject: [PATCH] bump version to 2.5.3 at the beginning of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2730aa770b..854baf63ad 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ DEBUG=${ALL_DEBUG} #export OPTZ #export EXTRALINK export MAKE -export CURVER?=2.5.2 +export CURVER?=2.5.3 ifneq (,$(wildcard /etc/os-release)) DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release) else