Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2022-08-31 15:51:55 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-08-31 15:51:55 +0300
commit467ffe2752ef47f97f941c0eb739883f2585448e (patch)
tree8b42280d6a45492863d6207579fd4e21a6dcab9f
parent9365fa7b739854f06b76c16d5d8dc61c7481950c (diff)
Increased version to 3.4.2rc3+3.4.3rc3+3.4.2rc3+
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 44414953..66366b90 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.4.2rc3"
+# define MAIN_VERSION "3.4.2rc3+"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else