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:
authorChristian Hammacher <bmasterc@gmail.com>2021-09-29 22:15:27 +0300
committerChristian Hammacher <bmasterc@gmail.com>2021-09-29 22:15:27 +0300
commitbfc9145d5baa412e9714ba9776bc9bdce23ee3a1 (patch)
treecf5597122facee6bac9ad02509f2355f9e56e68a /src/Version.h
parentb3640fb1826d2998aea1e4c4dc3d4342922d82a4 (diff)
Version 3.4-b4+1
Removed limitation from filament code so the same filament type can be loaded using multiple extruders Made Linux interface code slightly more robust during IAP preparation Bug fix: With slow IO on SBCs the IAP write could time out
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 f3a62e55..64b7719e 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"
+# define MAIN_VERSION "3.4.0beta4+1"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else