From ba664785fa58c46816ff5d0fe047650f80b188fb Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Mon, 10 Nov 2025 13:53:11 +0000 Subject: [PATCH] bump version to 3.0.4 at the beginning of the development cycle --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a91b9b1a7..9d476ec63 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ### when not available, specify GIT_VERSION on commnad line: ### ### ``` -### export GIT_VERSION=2.x-dev +### export GIT_VERSION=3.x.y-dev ### ``` GIT_VERSION ?= $(shell git describe --long --abbrev=7) @@ -43,7 +43,7 @@ O3 := -O3 -mtune=native ALL_DEBUG := $(O0) -ggdb -DDEBUG NO_DEBUG := $(O2) -ggdb DEBUG := $(ALL_DEBUG) -CURVER ?= 3.0.3 +CURVER ?= 3.0.4 #export DEBUG #export EXTRALINK export MAKE