From 08ae96902b37a6aff49469d3ea073b6213cfed0c Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 5 Mar 2025 10:07:03 +0000 Subject: [PATCH] bump version to 2.7.3 at the beginning of the development cycle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a9288e7e..8e36cd21d 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.7.2 +CURVER ?= 2.7.3 #export DEBUG #export EXTRALINK export MAKE