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-25 18:27:27 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-10-25 18:27:27 +0300
commitaf1cc41faf492fedd93cf00c2159cb358108c52a (patch)
tree99df02c23332cacb0d5f00d70712eb3ea8c60b16 /src/Version.h
parente9f4329073b9052be3312b9c7920640ddf4bcaf3 (diff)
Improved hiccup algorithm to solve issue reported by Andy
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 632a1290..3c5a969d 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -19,7 +19,7 @@
#endif
#ifndef DATE
-# define DATE "2020-10-25b1"
+# define DATE "2020-10-25b2"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"