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-22 11:06:28 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-06-22 11:06:28 +0300
commit0b75dea11109f4734df3aad06c09a868e55b5332 (patch)
treed4f8ab1b955ac470c732c66fdf1512fb4c6f6252
parentbd2df24482a64ee7053cbe61d0db5458f8ec2010 (diff)
Increased version to 3.4.2beta1
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index c2532842..4757868e 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.1"
+# define MAIN_VERSION "3.4.2beta1"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else