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-05-25 13:07:37 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-05-25 13:07:37 +0300
commiteb99dcb57a8c7ed2044db633a020e5be87e93600 (patch)
tree7aeabd4fca47117c2bb2ff564589bd1d247d36f0
parentfff25c50df4b8889416e9e822b7005791fc36614 (diff)
Changed version to 3.4.1rc2
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index f2a71146..ea28bdb2 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.1rc1+1"
+# define MAIN_VERSION "3.4.1rc2"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else