更新版本号至5.0.0

This commit is contained in:
jianghongbo
2023-02-08 10:55:16 +08:00
parent 9701dcd592
commit 10d651fe9d
2 changed files with 3 additions and 3 deletions

View File

@ -18,11 +18,11 @@ yum install python3 python3-devel
3. 下载`openGauss-connector-python-psycopg2`仓库代码,进入到根目录下,执行
```
sh build.sh -bd /data/compile/openGauss-server/dest/ -v 3.0.0
sh build.sh -bd /data/compile/openGauss-server/dest/ -v 5.0.0
```
**说明** \
-bd: 指定openGauss数据库构建结果目录 \
-v: 指定构建包的版本号。不指定则默认为3.0.0
-v: 指定构建包的版本号。不指定则默认为5.0.0
编译完成后的驱动,在 `output` 目录下。

View File

@ -63,7 +63,7 @@ function print_help()
##default install version storage path
declare db_name_for_package='openGauss'
declare version_number='3.0.0'
declare version_number='5.0.0'
if [ $# = 0 ] ; then
echo "missing option"