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-12-13 17:39:58 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-12-13 17:39:58 +0300
commit2133c443728f7ed9a1764697551f1d5ff4a42a42 (patch)
tree18b0b422409b7a925a2e78bf62fc9bb22add84bf /src/Version.h
parentbed0c8f161569415e4d5ceac4fe8ed7dcc6c5290 (diff)
Added support for M957
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 7ad8e8df..fa5b9479 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.0beta6+2"
+# define MAIN_VERSION "3.4.0beta6+3"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else