From 5fba3c0bb1e1a087cfc17edbba7f0dc81bd19a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Wed, 18 Sep 2024 09:58:21 +0000 Subject: [PATCH] Change to version 2.6.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 953ae4498a..7974b405d2 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.5 +CURVER ?= 2.6.6 #export DEBUG #export EXTRALINK export MAKE