From 3695eb67a6afad77a920ed6254c64d9d9144c183 Mon Sep 17 00:00:00 2001 From: "xiedao.yy" Date: Tue, 4 Apr 2023 16:04:06 +0800 Subject: [PATCH] Release Version GalaxyEngine Version 2.0.0 --- include/mysql_version.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mysql_version.h.in b/include/mysql_version.h.in index 33f7829eb0f..35f35603684 100644 --- a/include/mysql_version.h.in +++ b/include/mysql_version.h.in @@ -24,7 +24,7 @@ #define LIBMYSQL_VERSION "@VERSION@" #define LIBMYSQL_VERSION_ID @MYSQL_VERSION_ID@ -#define GALAXYENGINE_VERSION "1.0.2" +#define GALAXYENGINE_VERSION "2.0.0" #ifndef LICENSE #define LICENSE GPL