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-01-13 18:02:56 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-01-13 18:02:56 +0300
commit087c2f5965ec5068f9311729961156c5c12b0100 (patch)
tree1d45fce4d460c32b367752677bdaa7123d7002ea /src/Version.h
parentff200dbf2118c198adc6842af81be115c00a7695 (diff)
Fixed 12864 active temperature live adjust not turning bed heater on
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 797177d8..10ea607c 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.0beta7+5"
+# define MAIN_VERSION "3.4.0beta7+6"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else