From 54e09005f696c1a9d4facd2596a8abf141c3130d Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Thu, 22 Jun 2023 07:39:47 +0000 Subject: [PATCH] bump version to 2.6.0 at the beginning of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c053ab642c..e36243b437 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ DEBUG=${ALL_DEBUG} #export OPTZ #export EXTRALINK export MAKE -export CURVER?=2.5.3 +export CURVER?=2.6.0 ifneq (,$(wildcard /etc/os-release)) DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release) else