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-09-04 13:59:39 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-09-04 13:59:39 +0300
commite39d3ad2767a2404fa59c03a494b3d5ad7c5c841 (patch)
tree5d5e51f65e1c318e39c6f8badde55a0c3f5f4e79 /src/Version.h
parent467ffe2752ef47f97f941c0eb739883f2585448e (diff)
Corrected reporting of unexpected CAN replies
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 66366b90..c624f546 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.2rc3+"
+# define MAIN_VERSION "3.4.2rc3+1"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else