From 1c9402ffcbcbd48324c0438dc2917e897040d59f Mon Sep 17 00:00:00 2001 From: "hui.lv" Date: Wed, 20 Jan 2021 09:58:36 +0800 Subject: [PATCH] pg_config version from 1.0.1 to 1.1.0 --- src/bin/pg_config/pg_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_config/pg_config.cpp b/src/bin/pg_config/pg_config.cpp index 2ec2a7f59..4571bfbdd 100644 --- a/src/bin/pg_config/pg_config.cpp +++ b/src/bin/pg_config/pg_config.cpp @@ -295,7 +295,7 @@ static void show_version(int alls) #ifdef ENABLE_MULTIPLE_NODES printf("PostgreSQL 9.2.4\n"); #else - printf("openGauss 1.0.1\n"); + printf("openGauss 1.1.0\n"); #endif }