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>2021-11-05 16:53:13 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-11-05 16:53:13 +0300
commit1bf0bdda509bb2c43822546ae3ef659c9cd18bb0 (patch)
tree57b535030c7c0bd913b4fbbc389ceebefc445c42 /src/Version.h
parent4d234ccee43850f2a27d7ed14427583ce79e9bdb (diff)
Increased version to 3.4.0beta6
Diffstat (limited to 'src/Version.h')
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index ebd7fe3b..799b88b2 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.0beta5+1"
+# define MAIN_VERSION "3.4.0beta6"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else