Skip to content

Commit

Permalink
Merge pull request #611 from ut-issl/feature/update_version_3-9-1
Browse files Browse the repository at this point in the history
Update version (v3.9.1)
  • Loading branch information
meltingrabbit authored Jun 13, 2023
2 parents 640357a + 6748dab commit fa0fdff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0"
version = "3.9.1"
edition = "2021"

links = "c2a-core"
Expand Down
2 changes: 1 addition & 1 deletion c2a_core_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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 (0)
#define C2A_CORE_VER_PATCH (1)
#define C2A_CORE_VER_PRE ("")

#endif

0 comments on commit fa0fdff

Please sign in to comment.