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>2020-11-09 20:53:52 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-11-09 20:53:52 +0300
commit4d431775e3a5bb29b0f4e0e118678e8f3eb19eeb (patch)
treef5afd0d6bd4b0737d38357c4576383d5ba1cf1e4 /src/Version.h
parent1f350cfce03ddf42729d07bf1855ee099bfd15b3 (diff)
First implementation of new tuning algorithm
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 959f2cb8..53f20eda 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.2-beta3"
+# define MAIN_VERSION "3.2-beta3-nht"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else