From f42de8f7c34c9a8ff323deeb345fb0e1afb3d2da Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Sat, 10 Aug 2024 15:40:44 +0200 Subject: [PATCH] Let's go to v3.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c797710..7f856ad 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ ifeq ($(ENABLE_FEAT_F4HWN),1) VERSION_STRING_1 ?= v0.22 AUTHOR_STRING_2 ?= F4HWN - VERSION_STRING_2 ?= v3.2 + VERSION_STRING_2 ?= v3.3 AUTHOR_STRING ?= $(AUTHOR_STRING_1)+$(AUTHOR_STRING_2) VERSION_STRING ?= $(VERSION_STRING_2)