From 6f671eed805097ab4b2a76779b829f094ac1215e Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 28 Aug 2024 08:58:20 +0000 Subject: [PATCH] bump version to 2.7.0 at the beginning of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bc4bad8e8..3f54cf76c6 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.4 +CURVER ?= 2.7.0 #export DEBUG #export EXTRALINK export MAKE