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-01-03 13:41:18 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-01-03 13:41:18 +0300
commit12b2fdb36ff52dd373352e4a895cdc9361dc45d6 (patch)
tree4823b7e48b3affbb6270cf18a27fe339765a3d85
parent2a306af9f12da5440c725933fb1224efedf01849 (diff)
Increased version to 3.0
-rw-r--r--src/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Version.h b/src/Version.h
index 6733c36a..dca02c4d 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -10,7 +10,7 @@
#ifndef VERSION
-# define MAIN_VERSION "3.0RC2+1"
+# define MAIN_VERSION "3.0"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else
@@ -20,7 +20,7 @@
#endif
#ifndef DATE
-# define DATE "2020-01-02b1"
+# define DATE "2020-01-03b1"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"