From 91f530399794f3fda64e10b3c894a3c3d58c4a55 Mon Sep 17 00:00:00 2001 From: Tyrone Faulhaber <20131658+spectrapulse@users.noreply.github.com> Date: Fri, 19 Jan 2024 07:32:36 +0100 Subject: [PATCH] Add branding to version --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index b584ed56..6534dee1 100644 --- a/src/config.h +++ b/src/config.h @@ -24,7 +24,7 @@ * Define your own version identifier here, e.g. '#define VERSION "my vlmcsd based on 1103"' */ -#define VERSION "private build" +#define VERSION "kankerdev build" #endif // VERSION