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>2022-10-05 11:03:47 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-10-05 11:03:47 +0300
commit0c57666e05655f382addb00c574796d3c1f110c4 (patch)
tree1c1fe5b0ab932b3d0baf495b1fa9e25da9a0534a
parent6d2dc6441a22e7eb87de0fe34bd575b7bacb636b (diff)
Changed version to 3.4.33.4.3
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 0aec94ab..bfb084f2 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.3rc1"
+# define MAIN_VERSION "3.4.3"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else