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>2020-10-24 03:37:26 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-10-24 03:37:26 +0300
commitbfde107918104ee8c4fb84731e09e204a8126433 (patch)
treece02717cfc820653625ee703240726fa113eeb5b /src/Version.h
parent08d9ba475d99303080267a2eaf2fbaf18eab0b52 (diff)
Fixed various reasons for crashing when booting or upgrading firmware
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 152fbdbe..00cd6b3b 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -19,7 +19,7 @@
#endif
#ifndef DATE
-# define DATE "2020-10-23b1"
+# define DATE "2020-10-23b6"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"