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-08-13 11:00:57 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-08-13 11:00:57 +0300
commit51e7f518074f099ec7f7bc9fd2632d156bf7e441 (patch)
treed52fd17773df7bebeb6b9180deac0088815198c8 /src/Version.h
parent9fdf29605f2592684b145c405ce17b0d95bb2605 (diff)
Improved floating point square root timing
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 93ce94e7..55dfa59d 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.4.0beta2"
+# define MAIN_VERSION "3.4.0beta2+"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else