From dd885bd1f43e4252506c1f3419ab54b097e647a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Wed, 21 Jan 2026 11:50:28 +0100 Subject: [PATCH] bump version to 4.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93f074840..5a826e586 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ O3 := -O3 -mtune=native ALL_DEBUG := $(O0) -ggdb -DDEBUG NO_DEBUG := $(O2) -ggdb DEBUG := $(ALL_DEBUG) -CURVER ?= 3.0.6 +CURVER ?= 4.0.0 #export DEBUG #export EXTRALINK export MAKE