Skip to content

Commit f46de43

Browse files
Merge pull request #625 from ut-issl/feature/update_version_3-9-2
Update version (v3.9.2)
2 parents 59a8c53 + 62caef3 commit f46de43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c2a-core"
3-
version = "3.9.1"
3+
version = "3.9.2"
44
edition = "2021"
55

66
links = "c2a-core"

c2a_core_main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ void C2A_core_main(void);
99
// 詳細: Docs/General/release.md
1010
#define C2A_CORE_VER_MAJOR (3)
1111
#define C2A_CORE_VER_MINOR (9)
12-
#define C2A_CORE_VER_PATCH (1)
12+
#define C2A_CORE_VER_PATCH (2)
1313
#define C2A_CORE_VER_PRE ("")
1414

1515
#endif

0 commit comments

Comments
 (0)