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.
2 parents dae0b1c + eaf2bb5 commit ef120bcCopy full SHA for ef120bc
Docs/General/release.md
@@ -58,6 +58,7 @@
58
- release には以下を含める.
59
- 非互換となった Tools の新しい バージョン (Release) へのリンク
60
- `develop` にマージしたときの PR のリンク
61
+1. Bug fix や 大きな機能更新などで,本 Release 前に User サイドで最新の Core が必要になった際にも, Pre-release を行うことができる.
62
63
64
## バージョニング
c2a_core_main.h
@@ -10,6 +10,6 @@ void C2A_core_main(void);
10
#define C2A_CORE_VER_MAJOR (3)
11
#define C2A_CORE_VER_MINOR (8)
12
#define C2A_CORE_VER_PATCH (0)
13
-#define C2A_CORE_VER_PRE ("beta.1")
+#define C2A_CORE_VER_PRE ("beta.2")
14
15
#endif
0 commit comments