Revert "Bump Orca version number"

Oops we broke the tests sorry :(
This reverts commit 97db5bdd.
上级 97db5bdd
......@@ -53,10 +53,10 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
#include <string.h>
]],
[
return strncmp("2.36.", GPORCA_VERSION_STRING, 5);
return strncmp("2.35.", GPORCA_VERSION_STRING, 5);
])],
[AC_MSG_RESULT([[ok]])],
[AC_MSG_ERROR([Your ORCA version is expected to be 2.36.XXX])]
[AC_MSG_ERROR([Your ORCA version is expected to be 2.35.XXX])]
)
AC_LANG_POP([C++])
])# PGAC_CHECK_ORCA_VERSION
......
......@@ -12427,7 +12427,7 @@ int
main ()
{
return strncmp("2.36.", GPORCA_VERSION_STRING, 5);
return strncmp("2.35.", GPORCA_VERSION_STRING, 5);
;
return 0;
......@@ -12437,7 +12437,7 @@ if ac_fn_cxx_try_run "$LINENO"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
$as_echo "ok" >&6; }
else
as_fn_error $? "Your ORCA version is expected to be 2.36.XXX" "$LINENO" 5
as_fn_error $? "Your ORCA version is expected to be 2.35.XXX" "$LINENO" 5
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册