change version to 3.0.0
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
- [什么是openGauss](#什么是opengauss)
|
- [什么是openGauss](#什么是openGauss)
|
||||||
- [安装](#安装)
|
- [安装](#安装)
|
||||||
- [创建配置文件](#创建配置文件)
|
- [创建配置文件](#创建配置文件)
|
||||||
- [初始化安装环境](#初始化安装环境)
|
- [初始化安装环境](#初始化安装环境)
|
||||||
|
@ -921,4 +921,4 @@
|
|||||||
./include/pqcomm.h
|
./include/pqcomm.h
|
||||||
./include/pqexpbuffer.h
|
./include/pqexpbuffer.h
|
||||||
[version]
|
[version]
|
||||||
2.1.0
|
3.0.0
|
@ -1,2 +1,2 @@
|
|||||||
PRODUCT=openGauss
|
PRODUCT=openGauss
|
||||||
VERSION=2.1.0
|
VERSION=3.0.0
|
@ -917,4 +917,4 @@
|
|||||||
./include/pqcomm.h
|
./include/pqcomm.h
|
||||||
./include/pqexpbuffer.h
|
./include/pqexpbuffer.h
|
||||||
[version]
|
[version]
|
||||||
2.1.0
|
3.0.0
|
@ -198,7 +198,7 @@ ENDMACRO(CHECK_CC_ENABLE)
|
|||||||
|
|
||||||
function(GET_VERSIONSTR_FROMGIT ret)
|
function(GET_VERSIONSTR_FROMGIT ret)
|
||||||
set(PG_VERSION "9.2.4")
|
set(PG_VERSION "9.2.4")
|
||||||
set(OPENGAUSS_VERSION "2.1.0")
|
set(OPENGAUSS_VERSION "3.0.0")
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND ${CMAKE_SOURCE_DIR}/${openGauss}/cmake/src/buildfunction.sh --s ${PROJECT_TRUNK_DIR} OUTPUT_VARIABLE GS_VERSION_STR)
|
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)
|
set(PG_VERSION "${PG_VERSION}" PARENT_SCOPE)
|
||||||
|
@ -714,7 +714,7 @@
|
|||||||
#define PGXC_VERSION_NUM
|
#define PGXC_VERSION_NUM
|
||||||
|
|
||||||
/* openGauss version as a number string */
|
/* openGauss version as a number string */
|
||||||
#define OPENGAUSS_VERSION_NUM_STR "2.1.0"
|
#define OPENGAUSS_VERSION_NUM_STR "3.0.0"
|
||||||
|
|
||||||
/* A string containing the version number, platform, and C compiler */
|
/* A string containing the version number, platform, and C compiler */
|
||||||
#define PG_VERSION_STR "@PG_VERSION_STR@"
|
#define PG_VERSION_STR "@PG_VERSION_STR@"
|
||||||
|
@ -695,7 +695,7 @@
|
|||||||
#define PG_VERSION "9.2.4"
|
#define PG_VERSION "9.2.4"
|
||||||
|
|
||||||
/* openGauss version as a string */
|
/* openGauss version as a string */
|
||||||
#define OPENGAUSS_VERSION "2.1.0"
|
#define OPENGAUSS_VERSION "3.0.0"
|
||||||
|
|
||||||
/* Gaussdb version as a string*/
|
/* 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"
|
#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"
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -2195,7 +2195,7 @@ PACKAGE_VERSION='9.2.4'
|
|||||||
# Postgres-XC 1.1devel is based on PostgreSQL 9.2.4
|
# Postgres-XC 1.1devel is based on PostgreSQL 9.2.4
|
||||||
PACKAGE_XC_VERSION='1.1'
|
PACKAGE_XC_VERSION='1.1'
|
||||||
# openGauss is based on PostgreSQL 9.2.4 and it will be the Kernel of GaussDB database
|
# openGauss is based on PostgreSQL 9.2.4 and it will be the Kernel of GaussDB database
|
||||||
OPENGAUSS_VERSION='2.1.0'
|
OPENGAUSS_VERSION='3.0.0'
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
#define PG_VERSION "$PACKAGE_VERSION"
|
#define PG_VERSION "$PACKAGE_VERSION"
|
||||||
|
@ -295,7 +295,7 @@ static void show_version(int alls)
|
|||||||
#ifdef ENABLE_MULTIPLE_NODES
|
#ifdef ENABLE_MULTIPLE_NODES
|
||||||
printf("PostgreSQL 9.2.4\n");
|
printf("PostgreSQL 9.2.4\n");
|
||||||
#else
|
#else
|
||||||
printf("openGauss 2.1.0\n");
|
printf("openGauss 3.0.0\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ from .exceptions import OptionError
|
|||||||
from .xtuner import procedure_main
|
from .xtuner import procedure_main
|
||||||
from . import utils
|
from . import utils
|
||||||
|
|
||||||
__version__ = '2.1.0'
|
__version__ = '3.0.0'
|
||||||
__description__ = 'X-Tuner: a self-tuning tool integrated by openGauss.'
|
__description__ = 'X-Tuner: a self-tuning tool integrated by openGauss.'
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user