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:
Diffstat (limited to 'src/Version.h')
-rw-r--r--src/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Version.h b/src/Version.h
index 53dc216f..d90862b8 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,11 +9,11 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define VERSION "1.21RC3"
+# define VERSION "1.21RC4"
#endif
#ifndef DATE
-# define DATE "2018-02-28 build 4"
+# define DATE "2018-03-11 build 1"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman"