Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavelSindler <pavel@prusa3d.cz>2018-03-01 17:55:14 +0300
committerGitHub <noreply@github.com>2018-03-01 17:55:14 +0300
commitded0dcb2547d358952ab493759fbe189e1a1d1d8 (patch)
tree579de278f6067b7c9617d299b0bf8bb8b44e9d81
parent644c4f771b16427657e6560a6fc0dfd84b701cd3 (diff)
parent1f2c4fc5ad233a31775e16928189cacc63c7610a (diff)
Merge pull request #510 from PavelSindler/MK3_for_mergingv3.1.2
version changed
-rw-r--r--Firmware/Configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h
index fc81153d9..4eb4270c4 100644
--- a/Firmware/Configuration.h
+++ b/Firmware/Configuration.h
@@ -7,8 +7,8 @@
#define STR(x) STR_HELPER(x)
// Firmware version
-#define FW_VERSION "3.1.2-RC1"
-#define FW_COMMIT_NR 224
+#define FW_VERSION "3.1.2"
+#define FW_COMMIT_NR 231
// FW_VERSION_UNKNOWN means this is an unofficial build.
// The firmware should only be checked into github with this symbol.
#define FW_DEV_VERSION FW_VERSION_UNKNOWN