change version to 2.0.3

This commit is contained in:
zhang_xubo 2022-04-21 17:29:10 +08:00
parent b7fcc134ae
commit 2c3bc6a56b
4 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
PRODUCT=openGauss
VERSION=2.0.2
VERSION=2.0.3

View File

@ -108,7 +108,7 @@ function print_help()
}
#######################################################################
##version 2.0.2
##version 2.0.3
#######################################################################
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.2\n");
printf("openGauss 2.0.3\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.2'
__version__ = '2.0.3'
__description__ = 'SQLdiag integrated by openGauss.'