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-07-10 19:23:51 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-07-10 19:23:51 +0300
commite5f2200b7b39b42c6ea28f63e8a9c79649535f30 (patch)
treed369bb71d659ef5c82852c2c036515132e645c51
parent84ce608cbb2f354560c23f6182b15947344fcfc8 (diff)
Increased version to 3.4.0beta13.4.0beta1
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 9281ff7f..b932b444 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.4.0alpha"
+# define MAIN_VERSION "3.4.0beta1"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else