Skip to content

Commit 27a4081

Browse files
authored
Merge pull request prusa3d#1224 from PavelSindler/MK3_for_merging
changed version
2 parents 362797d + 436f5b5 commit 27a4081

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ Firmware/Doc
1313
/Firmware/variants/1_75mm_MK3-MMU-EINSy10a-E3Dv6full.h.bak
1414
/Firmware/Marlin_main.cpp~RF12cfae7.TMP
1515
/Firmware/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h.bak
16+
/html
17+
/latex
18+
/Doxyfile

Firmware/Configuration.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#define STR(x) STR_HELPER(x)
88

99
// Firmware version
10-
#define FW_VERSION "3.4.1-RC1"
11-
#define FW_COMMIT_NR 1354
10+
#define FW_VERSION "3.4.1"
11+
#define FW_COMMIT_NR 1356
1212
// FW_VERSION_UNKNOWN means this is an unofficial build.
1313
// The firmware should only be checked into github with this symbol.
1414
#define FW_DEV_VERSION FW_VERSION_UNKNOWN

0 commit comments

Comments
 (0)