Skip to content

Commit ef120bc

Browse files
Merge pull request #470 from ut-issl/feature/release_v380-2
Pre Release (v3.8.0-beta.2): Release ルールの更新と Core の機能更新の累積に伴う update (Driver Super, I2C)
2 parents dae0b1c + eaf2bb5 commit ef120bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Docs/General/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
- release には以下を含める.
5959
- 非互換となった Tools の新しい バージョン (Release) へのリンク
6060
- `develop` にマージしたときの PR のリンク
61+
1. Bug fix や 大きな機能更新などで,本 Release 前に User サイドで最新の Core が必要になった際にも, Pre-release を行うことができる.
6162

6263

6364
## バージョニング

c2a_core_main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ void C2A_core_main(void);
1010
#define C2A_CORE_VER_MAJOR (3)
1111
#define C2A_CORE_VER_MINOR (8)
1212
#define C2A_CORE_VER_PATCH (0)
13-
#define C2A_CORE_VER_PRE ("beta.1")
13+
#define C2A_CORE_VER_PRE ("beta.2")
1414

1515
#endif

0 commit comments

Comments
 (0)