From 357560b2269e736846f2a4959d51df74a55fada5 Mon Sep 17 00:00:00 2001 From: Ash-4 <81280775+Ash-4@users.noreply.github.com> Date: Sat, 7 May 2022 10:51:00 -0500 Subject: [PATCH] Update version.h Space character needed after 4.1.1 for JMRI parsing. JMRI applies updated functions based on the version. --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 7890e6b..d50178d 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,7 @@ #include "StringFormatter.h" -#define VERSION "4.1.1rc1" +#define VERSION "4.1.1 rc1" // 4.1.1 Bugfix: preserve turnout format // 4.1.0 ... //