Skip to content

Commit

Permalink
Merge pull request #632 from ut-issl/feature/update_version_3-10-0
Browse files Browse the repository at this point in the history
Update version (v3.10.0)
  • Loading branch information
meltingrabbit committed Jul 18, 2023
2 parents 11919c9 + 7b2452a commit a7b384c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
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 a7b384c

Please sign in to comment.