From 22ff0feea41b0ce3460ebcfcbdf062eedaf816be Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Fri, 13 Jan 2023 09:58:43 +0000 Subject: [PATCH] bump version to 2.5.0 at the beginning of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d89724d45e..e7dae05864 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ DEBUG=${ALL_DEBUG} #export OPTZ #export EXTRALINK export MAKE -export CURVER?=2.4.6 +export CURVER?=2.5.0 ifneq (,$(wildcard /etc/os-release)) DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release) else