From f60df66d9307e0c8f0d85aff8d6b23eb0839913b Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Mon, 4 Mar 2024 18:17:29 +0100 Subject: [PATCH] bump version to 2.6.1 at the beginning of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db72d97dbf..9084e73915 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ O3 := -O3 -mtune=native ALL_DEBUG := $(O0) -ggdb -DDEBUG NO_DEBUG := $(O2) -ggdb DEBUG := $(ALL_DEBUG) -CURVER ?= 2.6.0 +CURVER ?= 2.6.1 #export DEBUG #export EXTRALINK export MAKE