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-02-11 11:38:08 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-02-11 11:38:08 +0300
commitbccd15b30184c776c2fcf9bdd6368b4039ffc28c (patch)
treea2189a164c1592687b5f00c12dd83d69459eee2d
parentf580b548dcd3d39e5c3f1202d1b19df0597ebb64 (diff)
Changed version to 3.2.23.2.2
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index b3b925ed..7bdb7831 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.2.2RC2"
+# define MAIN_VERSION "3.2.2"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else