From 0d9e1ac0d11d8dd42d0d0aa3225c8fb38175d2b8 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 4 Sep 2024 11:27:12 +0000 Subject: [PATCH] bump version to 2.7.1 at the beginning of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f54cf76c..dd6b8c445 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.7.0 +CURVER ?= 2.7.1 #export DEBUG #export EXTRALINK export MAKE