This is an automated email from the ASF dual-hosted git repository. reshke pushed a commit to branch REL_2_STABLE in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit f97678759ee28d41345678c1bdcc6684cf167b51 Author: reshke <[email protected]> AuthorDate: Tue Mar 24 16:45:31 2026 +0000 Bump PostgreSQL kernel minor version. As one of kernel rebase process milestone --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 92ea7d0b9c0..9e53e4ddf4a 100755 --- a/configure +++ b/configure @@ -2920,7 +2920,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -PG_PACKAGE_VERSION=14.5 +PG_PACKAGE_VERSION=14.6 diff --git a/configure.ac b/configure.ac index c716e31f080..28cff1905f3 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl The PACKAGE_VERSION from upstream PostgreSQL is maintained in the dnl PG_PACKAGE_VERSION variable, when merging make sure to update this dnl variable with the merge conflict from the AC_INIT() statement. AC_INIT([Apache Cloudberry], [2.1.0-incubating], [[email protected]], [], [https://cloudberry.apache.org/]) -[PG_PACKAGE_VERSION=14.5] +[PG_PACKAGE_VERSION=14.6] AC_SUBST(PG_PACKAGE_VERSION) dnl m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
