We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59a8c53 + 62caef3 commit f46de43Copy full SHA for f46de43
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "c2a-core"
3
-version = "3.9.1"
+version = "3.9.2"
4
edition = "2021"
5
6
links = "c2a-core"
c2a_core_main.h
@@ -9,7 +9,7 @@ void C2A_core_main(void);
9
// 詳細: Docs/General/release.md
10
#define C2A_CORE_VER_MAJOR (3)
11
#define C2A_CORE_VER_MINOR (9)
12
-#define C2A_CORE_VER_PATCH (1)
+#define C2A_CORE_VER_PATCH (2)
13
#define C2A_CORE_VER_PRE ("")
14
15
#endif
0 commit comments