From 78f8456a48eb350d1ea8abbdb30bc1031dc81d40 Mon Sep 17 00:00:00 2001 From: chutaro <35984595+chutaro@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:15:06 +0900 Subject: [PATCH] update version to v3.10.1 --- Cargo.toml | 2 +- c2a_core_main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e8895eb3..fffbd4f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2a-core" -version = "3.10.0" +version = "3.10.1" edition = "2021" links = "c2a-core" diff --git a/c2a_core_main.h b/c2a_core_main.h index d2c2d7a0..aeb9ceb3 100644 --- a/c2a_core_main.h +++ b/c2a_core_main.h @@ -9,7 +9,7 @@ void C2A_core_main(void); // 詳細: Docs/General/release.md #define C2A_CORE_VER_MAJOR (3) #define C2A_CORE_VER_MINOR (10) -#define C2A_CORE_VER_PATCH (0) +#define C2A_CORE_VER_PATCH (1) #define C2A_CORE_VER_PRE ("") #endif