From 7922b1d03745adfc35ff82f25375c6f9fc9f5923 Mon Sep 17 00:00:00 2001 From: zhang_xubo <2578876417@qq.com> Date: Sat, 13 Apr 2024 09:28:34 +0800 Subject: [PATCH] update version to 5.0.2 --- build/script/aarch64_lite_list | 2 +- build/script/gaussdb.ver | 2 +- build/script/x86_64_lite_list | 2 +- cmake/src/build_function.cmake | 2 +- cmake/src/config-in/pg_config.h.in | 2 +- cmake/src/config-in/pg_config_nocheck.h.in | 2 +- configure | 2 +- src/bin/gs_plan_simulator/gs_plan_simulator.sh | 2 +- src/bin/pg_config/pg_config.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build/script/aarch64_lite_list b/build/script/aarch64_lite_list index 97d04b9e4..d3c67ee74 100644 --- a/build/script/aarch64_lite_list +++ b/build/script/aarch64_lite_list @@ -916,4 +916,4 @@ ./include/pqcomm.h ./include/pqexpbuffer.h [version] -5.0.1 +5.0.2 diff --git a/build/script/gaussdb.ver b/build/script/gaussdb.ver index 21508d7b9..063e4a2cd 100644 --- a/build/script/gaussdb.ver +++ b/build/script/gaussdb.ver @@ -1,2 +1,2 @@ PRODUCT=openGauss -VERSION=5.0.1 \ No newline at end of file +VERSION=5.0.2 \ No newline at end of file diff --git a/build/script/x86_64_lite_list b/build/script/x86_64_lite_list index 3a838f313..ebf16809e 100644 --- a/build/script/x86_64_lite_list +++ b/build/script/x86_64_lite_list @@ -915,4 +915,4 @@ ./include/pqcomm.h ./include/pqexpbuffer.h [version] -5.0.1 +5.0.2 diff --git a/cmake/src/build_function.cmake b/cmake/src/build_function.cmake index c154cff12..a26d6ab1c 100755 --- a/cmake/src/build_function.cmake +++ b/cmake/src/build_function.cmake @@ -198,7 +198,7 @@ ENDMACRO(CHECK_CC_ENABLE) function(GET_VERSIONSTR_FROMGIT ret) set(PG_VERSION "9.2.4") - set(OPENGAUSS_VERSION "5.0.1") + set(OPENGAUSS_VERSION "5.0.2") execute_process( COMMAND ${CMAKE_SOURCE_DIR}/${openGauss}/cmake/src/buildfunction.sh --s ${PROJECT_TRUNK_DIR} OUTPUT_VARIABLE GS_VERSION_STR) set(PG_VERSION "${PG_VERSION}" PARENT_SCOPE) diff --git a/cmake/src/config-in/pg_config.h.in b/cmake/src/config-in/pg_config.h.in index 62792839e..69284df1c 100755 --- a/cmake/src/config-in/pg_config.h.in +++ b/cmake/src/config-in/pg_config.h.in @@ -714,7 +714,7 @@ #define PGXC_VERSION_NUM /* openGauss version as a number string */ -#define OPENGAUSS_VERSION_NUM_STR "5.0.1" +#define OPENGAUSS_VERSION_NUM_STR "5.0.2" /* A string containing the version number, platform, and C compiler */ #define PG_VERSION_STR "@PG_VERSION_STR@" diff --git a/cmake/src/config-in/pg_config_nocheck.h.in b/cmake/src/config-in/pg_config_nocheck.h.in index 94adf5d85..0793520da 100755 --- a/cmake/src/config-in/pg_config_nocheck.h.in +++ b/cmake/src/config-in/pg_config_nocheck.h.in @@ -695,7 +695,7 @@ #define PG_VERSION "9.2.4" /* openGauss version as a string */ -#define OPENGAUSS_VERSION "5.0.1" +#define OPENGAUSS_VERSION "5.0.2" /* Gaussdb version as a string*/ #define DEF_GS_VERSION "(GaussDB A 8.0.0 build 21f07aff) compiled at 2020-03-17 10:59:07 commit 7431 last mr 12039 debug" diff --git a/configure b/configure index 532a22e5a..289122960 100755 --- a/configure +++ b/configure @@ -2199,7 +2199,7 @@ PACKAGE_VERSION='9.2.4' # Postgres-XC 1.1devel is based on PostgreSQL 9.2.4 PACKAGE_XC_VERSION='1.1' # openGauss is based on PostgreSQL 9.2.4 and it will be the Kernel of GaussDB database -OPENGAUSS_VERSION='5.0.1' +OPENGAUSS_VERSION='5.0.2' cat >>confdefs.h <<_ACEOF #define PG_VERSION "$PACKAGE_VERSION" diff --git a/src/bin/gs_plan_simulator/gs_plan_simulator.sh b/src/bin/gs_plan_simulator/gs_plan_simulator.sh index e31f31698..9033cb93b 100755 --- a/src/bin/gs_plan_simulator/gs_plan_simulator.sh +++ b/src/bin/gs_plan_simulator/gs_plan_simulator.sh @@ -88,7 +88,7 @@ function logo() echo " | | | | (_| | | | | ____) | | | | | | | |_| | | (_| | || (_) | | " echo " |_| |_|\__,_|_| |_| |_____/|_|_| |_| |_|\__,_|_|\__,_|\__|___/|_| " echo " " - echo " Version 5.0.1" + echo " Version 5.0.2" echo "--------------------------------------------------------------------------" } diff --git a/src/bin/pg_config/pg_config.cpp b/src/bin/pg_config/pg_config.cpp index 9908a72f3..ba8d435ee 100644 --- a/src/bin/pg_config/pg_config.cpp +++ b/src/bin/pg_config/pg_config.cpp @@ -297,7 +297,7 @@ static void show_version(int alls) if (alls) { printf("OPENGAUSS_VERSION = "); } - printf("openGauss 5.0.1\n"); + printf("openGauss 5.0.2\n"); #endif }