Skip to content

Commit

Permalink
Merge pull request #633 from ut-issl/develop
Browse files Browse the repository at this point in the history
Update main (v3.10.0) on 2023-07-18
  • Loading branch information
meltingrabbit authored Jul 18, 2023
2 parents 9d6caea + a7b384c commit 94699ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
components: clippy, rustfmt

- name: cache dependencies
uses: Swatinem/rust-cache@v2.5.0
uses: Swatinem/rust-cache@v2.5.1

- name: reviewdog / clippy
uses: sksat/action-clippy@v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2a-core"
version = "3.9.2"
version = "3.10.0"
edition = "2021"

links = "c2a-core"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## C2A
- Command Centric Architecture
- OBC 搭載フライトソフトウェアフレームワーク
- v4 系以降の先行開発は https://github.com/arkedge/c2a-core で行われる

### C2A core
- 各 C2A で共通利用される C2A の中核部のコード
Expand Down
4 changes: 2 additions & 2 deletions c2a_core_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ void C2A_core_main(void);
// これらの番号は,リリース時に手動で合わせる
// 詳細: Docs/General/release.md
#define C2A_CORE_VER_MAJOR (3)
#define C2A_CORE_VER_MINOR (9)
#define C2A_CORE_VER_PATCH (2)
#define C2A_CORE_VER_MINOR (10)
#define C2A_CORE_VER_PATCH (0)
#define C2A_CORE_VER_PRE ("")

#endif

0 comments on commit 94699ae

Please sign in to comment.