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-07-06 18:17:41 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-07-06 18:17:41 +0300
commitb807e6e3178e1a1ae3334bb718c7a2ccafc39e7c (patch)
treea3be2e86e80b9bb2ef1e4ceada20577e806313e6
parentfc5bfa0c1cfbe31884e5b0d8f90667e0f4557f78 (diff)
Increased version to 3.4.2rc13.4.2rc1
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 4757868e..eca88cd1 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.2beta1"
+# define MAIN_VERSION "3.4.2rc1"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else