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-03-19 12:20:55 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-03-19 12:20:55 +0300
commit7de38b71a81428698c2f0be07958c9150e64e06a (patch)
treed417c60ed71e713a232fbd92d192ef69d597fbd8 /src/Version.h
parent8790f2a8ed40c75f3b8bd5fdb32bf9ad17ea4e1f (diff)
Event names use '_' in the enum but '-' externally
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 bea09868..268bad38 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.0"
+# define MAIN_VERSION "3.4.1beta1"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else