aboutsummaryrefslogtreecommitdiff
path: root/config.m4
diff options
context:
space:
mode:
authorStanley Cheung <stanleycheung@google.com>2024-01-22 20:01:02 -0800
committerGitHub <noreply@github.com>2024-01-22 20:01:02 -0800
commit3f3109afa9bc8294be649058caa3111892276dd6 (patch)
treeb56e7bb92ddfd83911061cc5f8969b1913d55d19 /config.m4
parent7ba33a4272cd9e13286a74b548518d346e0d1610 (diff)
downloadgrpc-grpc-3f3109afa9bc8294be649058caa3111892276dd6.tar.gz
[Release] Bump version to 1.61.0-pre2 (on v1.61.x branch) (#35626)
Change was created by the release automation script. See go/grpc-release. A few Ruby fixes added to `v1.61.x` branch after the `-pre1` cut.
Diffstat (limited to 'config.m4')
-rw-r--r--config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index f9526365c6..4545144643 100644
--- a/config.m4
+++ b/config.m4
@@ -1356,7 +1356,7 @@ if test "$PHP_GRPC" != "no"; then
-D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 \
-DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 \
-DGRPC_XDS_USER_AGENT_NAME_SUFFIX='"\"PHP\""' \
- -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX='"\"1.61.0RC1\""')
+ -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX='"\"1.61.0RC2\""')
PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/filters/backend_metrics)
PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/filters/census)