From e8db84ebd24eacac76b9a0e86cfe7bb92067cdd4 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 18 Jan 2023 19:25:38 +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 b34fefc0ad..e7dae05864 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ DEBUG=${ALL_DEBUG} #export OPTZ #export EXTRALINK export MAKE -export CURVER?=2.4.7 +export CURVER?=2.5.0 ifneq (,$(wildcard /etc/os-release)) DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release) else