Skip to content

Commit bd1cf84

Browse files
committed
update version
1 parent 9f2ede5 commit bd1cf84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c2a_core_main.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ void C2A_core_main(void);
88
// これらの番号は,リリース時に手動で合わせる
99
// 詳細: Docs/General/release.md
1010
#define C2A_CORE_VER_MAJOR (3)
11-
#define C2A_CORE_VER_MINOR (7)
11+
#define C2A_CORE_VER_MINOR (8)
1212
#define C2A_CORE_VER_PATCH (0)
13-
#define C2A_CORE_VER_PRE ("")
13+
#define C2A_CORE_VER_PRE ("beta.0")
1414

1515
#endif

0 commit comments

Comments
 (0)