diff --git a/config/orca.m4 b/config/orca.m4 index 01d947b16ae14180ddf28712810a67b497e10df9..31f3e6b8a44e6e74bff01fdb80a9a699d3d7491b 100644 --- a/config/orca.m4 +++ b/config/orca.m4 @@ -40,7 +40,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include ]], [ -return strncmp("2.48.", GPORCA_VERSION_STRING, 5); +return strncmp("2.49.", GPORCA_VERSION_STRING, 5); ])], [AC_MSG_RESULT([[ok]])], [AC_MSG_ERROR([Your ORCA version is expected to be 2.48.XXX])] diff --git a/configure b/configure index 74dc1d35dcfe4690a035436ef382d2bda750bf6f..6fcebe782673d9f1a45ffeb02a8c644a0d840dee 100755 --- a/configure +++ b/configure @@ -12736,7 +12736,7 @@ int main () { -return strncmp("2.48.", GPORCA_VERSION_STRING, 5); +return strncmp("2.49.", GPORCA_VERSION_STRING, 5); ; return 0; diff --git a/depends/conanfile_orca.txt b/depends/conanfile_orca.txt index ea578fd60593c1c9c2bdb2755de0943979d2adb9..553010d87d012b7bf318fce74e699693c2c3925e 100644 --- a/depends/conanfile_orca.txt +++ b/depends/conanfile_orca.txt @@ -1,5 +1,5 @@ [requires] -orca/v2.48.8@gpdb/stable +orca/v2.49.1@gpdb/stable [imports] include, * -> build/include