Skip to content

Commit c1014a3

Browse files
committed
Bump Postgres base version from 14.4 to 14.5
See: #1621
1 parent ba14e49 commit c1014a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
29202920
ac_compiler_gnu=$ac_cv_c_compiler_gnu
29212921

29222922

2923-
PG_PACKAGE_VERSION=14.4
2923+
PG_PACKAGE_VERSION=14.5
29242924

29252925

29262926

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dnl The PACKAGE_VERSION from upstream PostgreSQL is maintained in the
2121
dnl PG_PACKAGE_VERSION variable, when merging make sure to update this
2222
dnl variable with the merge conflict from the AC_INIT() statement.
2323
AC_INIT([Apache Cloudberry], [2.1.0-incubating], [dev@cloudberry.apache.org], [], [https://cloudberry.apache.org/])
24-
[PG_PACKAGE_VERSION=14.4]
24+
[PG_PACKAGE_VERSION=14.5]
2525
AC_SUBST(PG_PACKAGE_VERSION)
2626

2727
dnl m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.

0 commit comments

Comments
 (0)