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-12-19 12:00:42 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-12-19 12:00:42 +0300
commitb2caa157b4a94a460cb991325e51c7ec58293936 (patch)
tree61b5ba52421630e1fc987d933a39b0f75302ad7f /src/Version.h
parented7023338f903e6d311ba1c40654f9f5c752b78d (diff)
Increased version to 3.2RC1
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 cf15a7d8..d32c6ba2 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.2-beta4.1+8"
+# define MAIN_VERSION "3.2-RC1"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else