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-11-03 15:50:28 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-11-03 15:50:28 +0300
commit54172bc3446e312ba6a909e390479134d01f3a24 (patch)
tree858de60c9673055e16757c9ca9ae0b8d5ed436d2 /src/Version.h
parentc4530282ee153182201d2f18f12f96933250ff0e (diff)
Printing/not-printing status is now sent in the time sync message
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 62529e05..b3edcc13 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -19,7 +19,7 @@
#endif
#ifndef DATE
-# define DATE "2020-10-02b1"
+# define DATE "2020-11-03b1"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"