提交 240734df 编写于 作者: J Jesse Zhang

Bump ORCA version to 2.49.1

上级 be9a4e89
......@@ -40,7 +40,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
#include <string.h>
]],
[
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])]
......
......@@ -12736,7 +12736,7 @@ int
main ()
{
return strncmp("2.48.", GPORCA_VERSION_STRING, 5);
return strncmp("2.49.", GPORCA_VERSION_STRING, 5);
;
return 0;
......
[requires]
orca/v2.48.8@gpdb/stable
orca/v2.49.1@gpdb/stable
[imports]
include, * -> build/include
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册