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-04-17 15:45:36 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-04-17 15:45:36 +0300
commit989ea387bdd7edfccb40df350168b370ec9e33b2 (patch)
tree22c4132bff15eeab144718285070103799fc9002
parenta79ce402ff7920efd1ceb3a46631f2aecf6a3d61 (diff)
Increased version to 3.01-RC83.01-RC8
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 59e7cf0b..54caf0df 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.01-RC7+1"
+# define MAIN_VERSION "3.01-RC8"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else