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-06-16 22:46:32 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-06-16 22:46:32 +0300
commit5038c7c29e322d4182c352547433ef071ac795c0 (patch)
treefba6fda88c2f1f8524314a0e2ce02f6c01abda78 /src/Version.h
parent33588600b5499d393c601f930be1e69310199729 (diff)
Updated from 3.3 stable and corrected reporting of heater port names
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 dd6ad8e0..497ec279 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.4beta1"
+# define MAIN_VERSION "3.4beta1+"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else