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>2021-09-25 13:42:39 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-09-25 13:42:39 +0300
commit36809e242cd531d55ffdb498b2afd7080a21eafc (patch)
treef66dbdf41a7de461d31b844b4f7a49a2263ebfdb /src/Version.h
parent1f96a9d2963e90e62211b7708885bf8757cbca10 (diff)
Fixed delta movement bug in previous commit
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 8896bea8..6adb9f86 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.0beta3+1"
+# define MAIN_VERSION "3.4.0beta3+2"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else