diff --git a/configure b/configure index 1f3c5c21afc..7e446a1ba75 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.7 +PG_PACKAGE_VERSION=14.8 diff --git a/configure.ac b/configure.ac index 77a3396ab31..160c290c832 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], [dev@cloudberry.apache.org], [], [https://cloudberry.apache.org/]) -[PG_PACKAGE_VERSION=14.7] +[PG_PACKAGE_VERSION=14.8] AC_SUBST(PG_PACKAGE_VERSION) dnl m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.