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-02 12:12:11 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-07-02 12:12:11 +0300
commit76eb59cdcbc9df11c462801d600a443341586d4d (patch)
tree5271424f908245cf106982821af195729f53b6cd /src/Version.h
parent06ed392aa85f8330acd36298940832eccfeae3d4 (diff)
Added inputshaping to the version string
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 2325bbef..4eddc713 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.4.0beta1+"
+# define MAIN_VERSION "3.4.0-inputshaping"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else