We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2ede5 commit bd1cf84Copy full SHA for bd1cf84
c2a_core_main.h
@@ -8,8 +8,8 @@ void C2A_core_main(void);
8
// これらの番号は,リリース時に手動で合わせる
9
// 詳細: Docs/General/release.md
10
#define C2A_CORE_VER_MAJOR (3)
11
-#define C2A_CORE_VER_MINOR (7)
+#define C2A_CORE_VER_MINOR (8)
12
#define C2A_CORE_VER_PATCH (0)
13
-#define C2A_CORE_VER_PRE ("")
+#define C2A_CORE_VER_PRE ("beta.0")
14
15
#endif
0 commit comments