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>2022-02-07 17:24:23 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-02-07 17:24:23 +0300
commita2e55f4ea1ca876a2cb7f2a36f01ddc1baa5fa8b (patch)
treee639bcdaa11247fde7313b9fffbd312e803bf932 /src/Version.h
parentb8b63b24eeced90323f38ce6c71cf65a28aaf4c3 (diff)
Various changes for 3.4.rc1
Made most kinematics support a build config option Made PanelDue flasher a build config option Made SPI temperature sensors a build config option Fixed current loop sensor in expansion board mode Use atanf instead of atan in Hangprinter kinematics Removed M573 support Added experimental Mini4 build configuration Increased version to 3.4.0rc1
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 c0848d1f..323d79ca 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -10,7 +10,7 @@
#ifndef VERSION
// Note: the complete VERSION string must be in standard version number format and must not contain spaces! This is so that DWC can parse it.
-# define MAIN_VERSION "3.4.0beta7+8"
+# define MAIN_VERSION "3.4.0rc1"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else