From c440356ba1fd06b4621f4c24905c5e0ab765dde5 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Thu, 31 Aug 2023 16:23:23 +0100 Subject: [PATCH] Increased version to 3.5.0-rc.1 --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index bc6678405d..a95a53045a 100644 --- a/src/Version.h +++ b/src/Version.h @@ -10,7 +10,7 @@ #ifndef VERSION // Note: the complete VERSION string must be in standard version number format and must not contain spaces! This is so that DWC can parse it. -# define MAIN_VERSION "3.5.0-beta.4+" +# define MAIN_VERSION "3.5.0-rc.1" # ifdef USE_CAN0 # define VERSION_SUFFIX "(CAN0)" # else