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