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-06-06 15:34:29 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-06-06 15:34:29 +0300
commit47381e4e34a0eff80f3c5b41c1478bc1ab3cff58 (patch)
tree995939fcab6a795b2b413c6e8550d134c0b04ea2
parent84c9bc41195a5aef81725a955313ca3aaee67522 (diff)
Updated 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 ea28bdb2..f803ea63 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.1rc2"
+# define MAIN_VERSION "3.4.1-spi-tft"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else