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>2019-12-29 00:20:07 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-12-29 00:20:07 +0300
commitb27d1e3c9d03458a40459f5baa6cef2c858f5b53 (patch)
tree7d98ed35c7d8d4943be4842bc9808480dcd524a3
parent23d9cd00777319c272bee77d6f11e59a5f392060 (diff)
Increased version to 3.0RC2
-rw-r--r--src/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Version.h b/src/Version.h
index 931efdd3..d5e981f9 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -10,7 +10,7 @@
#ifndef VERSION
-# define MAIN_VERSION "3.0RC1+1"
+# define MAIN_VERSION "3.0RC2"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else
@@ -20,7 +20,7 @@
#endif
#ifndef DATE
-# define DATE "2019-12-27b2"
+# define DATE "2019-12-28b2"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"