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
path: root/src
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2022-01-14 12:26:46 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-01-14 12:26:46 +0300
commitc8093bab82b85b5e78e006572a82a283f6b0a2e0 (patch)
tree039e08577cc3775ba139a62ba09d14a40b43f92b /src
parent087c2f5965ec5068f9311729961156c5c12b0100 (diff)
Increased version to 3.4b7+7
Diffstat (limited to 'src')
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 10ea607c..6fdb13f4 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+6"
+# define MAIN_VERSION "3.4.0beta7+7"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else