From ff22260167f8ad9513d2c5014b72488006e0270b Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Tue, 15 Oct 2024 09:25:38 +0000 Subject: [PATCH] bump version to 3.0.1 at the beginning of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3734d12bb..2819f700f 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 ?= 3.0.0 +CURVER ?= 3.0.1 #export DEBUG #export EXTRALINK export MAKE