Skip to content

Commit 5c0d07b

Browse files
committed
remove beta marking from 3.7.0
1 parent eb287ed commit 5c0d07b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#include "mcu/debug.h"
77

88
#if MCU_DEBUG
9-
#define VERSION "3.7.0bd"
9+
#define VERSION "3.7.0d"
1010
#else
11-
#define VERSION "3.7.0b"
11+
#define VERSION "3.7.0"
1212
#endif
1313

1414
#define BCD_VERSION 0x370

0 commit comments

Comments
 (0)