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-30 12:06:24 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-08-30 12:06:24 +0300
commit0ef799622ab2483aa248fa04bef26af002b4e79c (patch)
tree2afcba8ad3c904f60025b3a84d6855582768f448
parentb26b85ce810f1635f927a3b01d15f7d4575b49c8 (diff)
Increased version to 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 a174fe63..44414953 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.2rc2+"
+# define MAIN_VERSION "3.4.2rc3"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else