From 656f5f5414d4f95b54851536b9f27e4e5c79687f Mon Sep 17 00:00:00 2001 From: prokrypt Date: Wed, 10 Jul 2024 16:30:00 -0700 Subject: [PATCH] Update Makefile: version 1.0.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11c9267fa..d9bdccbaa 100644 --- a/Makefile +++ b/Makefile @@ -213,7 +213,7 @@ ifeq ($(ENABLE_FEAT_F4HWN),1) VERSION_STRING_1 ?= v2.8.1 AUTHOR_STRING_2 ?= Voxless - VERSION_STRING_2 ?= v1.0.0 + VERSION_STRING_2 ?= v1.0.1 AUTHOR_STRING ?= $(AUTHOR_STRING_1)+$(AUTHOR_STRING_2) VERSION_STRING ?= $(VERSION_STRING_2)