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-08 20:48:02 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-08-08 20:48:02 +0300
commit366b0e868f448ea1a208d26b601187ad50ae93aa (patch)
tree413d95ea8caa4aef090b51ff04420ef84507a1cf
parenta7f56bebed7bdbc78cf227ef979853b5f18f6a19 (diff)
Increased version to 3.4.2rc2
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 711fda3f..ee3dbeca 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.2rc1+"
+# define MAIN_VERSION "3.4.2rc2"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else