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-10-14 12:43:10 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-10-14 12:43:10 +0300
commitd7d01c96ef34023a5d688424e1edeb391a434345 (patch)
tree94b06be97ae589118756651e18cf487c7f21af61
parentc649f3d6a309f908ea3cf5cccc58fcb6262720f3 (diff)
Increased version to 3.4.43.4.4
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 763cdb84..ae42cc1e 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.3+"
+# define MAIN_VERSION "3.4.4"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else