!1006 update server version to 2.0.1

Merge pull request !1006 from zhangxubo/2.0.1
This commit is contained in:
opengauss-bot 2021-06-01 19:48:00 +08:00 committed by Gitee
commit eda1e7a059
4 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
PRODUCT=openGauss
VERSION=2.0.0
VERSION=2.0.1

View File

@ -108,7 +108,7 @@ function print_help()
}
#######################################################################
##version 2.0.0
##version 2.0.1
#######################################################################
function read_srv_version()
{

View File

@ -295,7 +295,7 @@ static void show_version(int alls)
#ifdef ENABLE_MULTIPLE_NODES
printf("PostgreSQL 9.2.4\n");
#else
printf("openGauss 2.0.0\n");
printf("openGauss 2.0.1\n");
#endif
}

View File

@ -21,7 +21,7 @@ from algorithm.diag import SQLDiag
from utils import ResultSaver
from preprocessing import LoadData, split_sql
__version__ = '2.0.0'
__version__ = '2.0.1'
__description__ = 'SQLdiag integrated by openGauss.'