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-05 15:01:24 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-11-05 15:01:24 +0300
commite04de66b7cf75509ea85a5f0451acdd114b1182a (patch)
tree4da4ab848e8994be4b4e182e3ac88856f9544699 /src/Version.h
parent34e0cd7395143c5ff455f173a6659e522f90a150 (diff)
Inlined some trivial functions in GCodeBuffer
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 d3c0adf8..2d4a0dc9 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -19,7 +19,7 @@
#endif
#ifndef DATE
-# define DATE "2020-11-04b2"
+# define DATE "2020-11-05b1"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"