From 3e8d22712c926790821dd810c2a589a7460c9eb0 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Mon, 8 Jul 2024 03:19:51 +0200 Subject: [PATCH] Let's go to v3.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 040095e..3ab0672 100644 --- a/Makefile +++ b/Makefile @@ -213,7 +213,7 @@ ifeq ($(ENABLE_FEAT_F4HWN),1) VERSION_STRING_1 ?= v0.22 AUTHOR_STRING_2 ?= F4HWN - VERSION_STRING_2 ?= v3.0 + VERSION_STRING_2 ?= v3.1 AUTHOR_STRING ?= $(AUTHOR_STRING_1)+$(AUTHOR_STRING_2) VERSION_STRING ?= $(VERSION_STRING_2)