From 240734df2dcb27fb2501ab5385a44342bb7591f0 Mon Sep 17 00:00:00 2001 From: Jesse Zhang Date: Mon, 20 Nov 2017 08:16:59 -0800 Subject: [PATCH] Bump ORCA version to 2.49.1 --- config/orca.m4 | 2 +- configure | 2 +- depends/conanfile_orca.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/orca.m4 b/config/orca.m4 index 01d947b16a..31f3e6b8a4 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 74dc1d35dc..6fcebe7826 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 ea578fd605..553010d87d 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 -- GitLab