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-10-08 12:06:13 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-10-08 12:06:13 +0300
commitffd7aa7d821efdfc17004c41f2ad6fbf8a9713e6 (patch)
tree2d43b10a69a5e90d0b6cd0f767e45c60ff063ef0 /src/Version.h
parent03866e859459857a2b8fc0570465f631f15f6c50 (diff)
Fixed Duet 2 SBC build and increased version to 3.4.0beta5
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 64b7719e..4bcb58e9 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.0beta4+1"
+# define MAIN_VERSION "3.4.0beta5"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else