From b13e2d75a9486967efcde02751317bba16f12769 Mon Sep 17 00:00:00 2001 From: liuheng Date: Mon, 8 Jan 2024 11:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E8=87=B36.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- simpleInstall/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 4ae02f2..0845c67 100644 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ declare binarylib_dir='None' declare gcc_version='10.3' declare module_name="openGauss" -declare version_number='5.1.1' +declare version_number='6.0.0' declare version_Kernel='92.298' ROOT_DIR=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd) echo "ROOT_DIR : $ROOT_DIR" diff --git a/simpleInstall/install.sh b/simpleInstall/install.sh index 73a0bf8..714210d 100644 --- a/simpleInstall/install.sh +++ b/simpleInstall/install.sh @@ -8,7 +8,7 @@ then fi readonly cur_path=$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd && cd - &>/dev/null) -readonly version="5.1.1" +readonly version="6.0.0" source $cur_path"/common.sh"