From a258d845fffef8622c527e0fd4da159c75cc96c2 Mon Sep 17 00:00:00 2001 From: Ryo Suzumoto Date: Tue, 8 Feb 2022 11:37:15 +0900 Subject: [PATCH] Revert "Revert "update version to v3.5.0"" This reverts commit 6dc98832193bf815f89842e67f73090314e8595c. --- c2a_core_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c2a_core_main.h b/c2a_core_main.h index dd38af936..cac7ef76d 100644 --- a/c2a_core_main.h +++ b/c2a_core_main.h @@ -10,6 +10,6 @@ void C2A_core_main(void); #define C2A_CORE_VER_MAJOR (3) #define C2A_CORE_VER_MINOR (5) #define C2A_CORE_VER_PATCH (0) -#define C2A_CORE_VER_PRE ("beta.2") +#define C2A_CORE_VER_PRE ("") #endif