From ac0d084130f9fc2ed7bf4500ce3490b5e9b2c493 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Fri, 22 Mar 2024 15:05:20 +0000 Subject: [PATCH] bump version to 2.6.2 at the beginning of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47e32c2723..0726979427 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.1 +CURVER ?= 2.6.2 #export DEBUG #export EXTRALINK export MAKE