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-06-15 19:27:18 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-06-15 19:27:18 +0300
commitc3a666086bc30969c48514d9c05d50b028b31a00 (patch)
tree9d09723e19b14124cb9d1829376466d5e6ede1ac
parentd52146f02614af9cf0b85e92203b77a6b6c5f153 (diff)
Changed version to 3.33.3
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index b050df51..2ca32772 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.3RC3+8"
+# define MAIN_VERSION "3.3"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else