From 0a00e290e97f01b5e494a1d672475fa3404d00f0 Mon Sep 17 00:00:00 2001 From: Hannah Shi Date: Thu, 12 Oct 2023 16:00:58 -0700 Subject: [PATCH] [manual] Sync c-core 1.59.1 (#217) --- native/BUILD | 2 +- native/CMakeLists.txt | 4 ++-- native/Makefile | 2 +- native/REVISION.txt | 2 +- native/_metadata.py | 2 +- native/build_handwritten.yaml | 2 +- native/config.m4 | 2 +- native/gRPC-C++.podspec | 2 +- native/gRPC-Core.podspec | 2 +- native/gRPC-ProtoRPC.podspec | 2 +- native/gRPC-RxLibrary.podspec | 2 +- native/gRPC.podspec | 2 +- native/include/grpcpp/support/proto_buffer_reader.h | 13 ++++++++++--- native/include/grpcpp/version_info.h | 4 ++-- native/package.xml | 6 +++--- native/src/csharp/build/dependencies.props | 2 +- .../!ProtoCompiler-gRPCCppPlugin.podspec | 2 +- .../objective-c/!ProtoCompiler-gRPCPlugin.podspec | 2 +- native/src/objective-c/GRPCClient/version.h | 2 +- native/src/objective-c/tests/version.h | 2 +- native/src/php/composer.json | 2 +- native/src/php/ext/grpc/version.h | 2 +- native/src/python/grpcio/grpc/_grpcio_metadata.py | 2 +- native/src/python/grpcio/grpc_version.py | 2 +- native/src/python/grpcio_admin/grpc_version.py | 2 +- native/src/python/grpcio_channelz/grpc_version.py | 2 +- native/src/python/grpcio_csds/grpc_version.py | 2 +- .../python/grpcio_health_checking/grpc_version.py | 2 +- native/src/python/grpcio_reflection/grpc_version.py | 2 +- native/src/python/grpcio_status/grpc_version.py | 2 +- native/src/python/grpcio_testing/grpc_version.py | 2 +- native/src/python/grpcio_tests/grpc_version.py | 2 +- native/src/ruby/lib/grpc/version.rb | 2 +- native/src/ruby/tools/version.rb | 2 +- native/tools/distrib/python/grpc_version.py | 2 +- .../distrib/python/grpcio_tools/grpc_version.py | 2 +- .../tools/distrib/python/xds_protos/grpc_version.py | 2 +- native/tools/doxygen/Doxyfile.c++ | 2 +- native/tools/doxygen/Doxyfile.c++.internal | 2 +- native/tools/doxygen/Doxyfile.objc | 2 +- native/tools/doxygen/Doxyfile.objc.internal | 2 +- native/tools/doxygen/Doxyfile.php | 2 +- 42 files changed, 55 insertions(+), 48 deletions(-) diff --git a/native/BUILD b/native/BUILD index 069eecce42..1bca11e429 100644 --- a/native/BUILD +++ b/native/BUILD @@ -215,7 +215,7 @@ g_stands_for = "generative" # @unused core_version = "36.0.0" # @unused -version = "1.59.0" # @unused +version = "1.59.1" # @unused GPR_PUBLIC_HDRS = [ "include/grpc/support/alloc.h", diff --git a/native/CMakeLists.txt b/native/CMakeLists.txt index 3be8bd8b1c..14501a181d 100644 --- a/native/CMakeLists.txt +++ b/native/CMakeLists.txt @@ -25,10 +25,10 @@ cmake_minimum_required(VERSION 3.8) set(PACKAGE_NAME "grpc") -set(PACKAGE_VERSION "1.59.0") +set(PACKAGE_VERSION "1.59.1") set(gRPC_CORE_VERSION "36.0.0") set(gRPC_CORE_SOVERSION "36") -set(gRPC_CPP_VERSION "1.59.0") +set(gRPC_CPP_VERSION "1.59.1") set(gRPC_CPP_SOVERSION "1.59") set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") diff --git a/native/Makefile b/native/Makefile index 2ff8205a8a..877f3465b4 100644 --- a/native/Makefile +++ b/native/Makefile @@ -411,7 +411,7 @@ Q = @ endif CORE_VERSION = 36.0.0 -CPP_VERSION = 1.59.0 +CPP_VERSION = 1.59.1 CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES)) CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS) diff --git a/native/REVISION.txt b/native/REVISION.txt index 3718a4a07d..9e6b1448c9 100644 --- a/native/REVISION.txt +++ b/native/REVISION.txt @@ -1 +1 @@ -08cc1787de022069135004adfdd17938b5062319 +0df9accc5c3478d126742fb84dd7155786dc4f68 diff --git a/native/_metadata.py b/native/_metadata.py index 9abfa68c6b..f083446186 100644 --- a/native/_metadata.py +++ b/native/_metadata.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/_metadata.py.template`!!! -__version__ = """1.59.0""" +__version__ = """1.59.1""" diff --git a/native/build_handwritten.yaml b/native/build_handwritten.yaml index 2b3f51f56a..24acb28699 100644 --- a/native/build_handwritten.yaml +++ b/native/build_handwritten.yaml @@ -16,7 +16,7 @@ settings: csharp_major_version: 2 g_stands_for: generative protobuf_version: 3.24.3 - version: 1.59.0 + version: 1.59.1 configs: asan: CC: clang diff --git a/native/config.m4 b/native/config.m4 index 7979895ba7..dc298609e3 100644 --- a/native/config.m4 +++ b/native/config.m4 @@ -1338,7 +1338,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.59.0\""') + -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX='"\"1.59.1\""') PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/filters/backend_metrics) PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/filters/census) diff --git a/native/gRPC-C++.podspec b/native/gRPC-C++.podspec index 9f5b229f91..62489c1859 100644 --- a/native/gRPC-C++.podspec +++ b/native/gRPC-C++.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-C++' # TODO (mxyan): use version that match gRPC version when pod is stabilized - version = '1.59.0' + version = '1.59.1' s.version = version s.summary = 'gRPC C++ library' s.homepage = 'https://grpc.io' diff --git a/native/gRPC-Core.podspec b/native/gRPC-Core.podspec index 7642409ac1..d29494bf69 100644 --- a/native/gRPC-Core.podspec +++ b/native/gRPC-Core.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-Core' - version = '1.59.0' + version = '1.59.1' s.version = version s.summary = 'Core cross-platform gRPC library, written in C' s.homepage = 'https://grpc.io' diff --git a/native/gRPC-ProtoRPC.podspec b/native/gRPC-ProtoRPC.podspec index 6b52497346..1892f4061c 100644 --- a/native/gRPC-ProtoRPC.podspec +++ b/native/gRPC-ProtoRPC.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-ProtoRPC' - version = '1.59.0' + version = '1.59.1' s.version = version s.summary = 'RPC library for Protocol Buffers, based on gRPC' s.homepage = 'https://grpc.io' diff --git a/native/gRPC-RxLibrary.podspec b/native/gRPC-RxLibrary.podspec index ab8484d195..9f9e77cc0b 100644 --- a/native/gRPC-RxLibrary.podspec +++ b/native/gRPC-RxLibrary.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-RxLibrary' - version = '1.59.0' + version = '1.59.1' s.version = version s.summary = 'Reactive Extensions library for iOS/OSX.' s.homepage = 'https://grpc.io' diff --git a/native/gRPC.podspec b/native/gRPC.podspec index 9a219cfb1e..b9792980c7 100644 --- a/native/gRPC.podspec +++ b/native/gRPC.podspec @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.name = 'gRPC' - version = '1.59.0' + version = '1.59.1' s.version = version s.summary = 'gRPC client library for iOS/OSX' s.homepage = 'https://grpc.io' diff --git a/native/include/grpcpp/support/proto_buffer_reader.h b/native/include/grpcpp/support/proto_buffer_reader.h index 60a8c881af..25dfd7eec3 100644 --- a/native/include/grpcpp/support/proto_buffer_reader.h +++ b/native/include/grpcpp/support/proto_buffer_reader.h @@ -189,10 +189,17 @@ class ProtoBufferReader : public grpc::protobuf::io::ZeroCopyInputStream { // This function takes ownership of slice and return a newly created Cord off // of it. static absl::Cord MakeCordFromSlice(grpc_slice slice) { + // slice_for_cord is created to keep inlined data of the given slice + grpc_slice* slice_for_cord = new grpc_slice; + *slice_for_cord = slice; return absl::MakeCordFromExternal( - absl::string_view(reinterpret_cast(GRPC_SLICE_START_PTR(slice)), - GRPC_SLICE_LENGTH(slice)), - [slice](absl::string_view /* view */) { grpc_slice_unref(slice); }); + absl::string_view( + reinterpret_cast(GRPC_SLICE_START_PTR(*slice_for_cord)), + GRPC_SLICE_LENGTH(*slice_for_cord)), + [slice_for_cord](absl::string_view /* view */) { + grpc_slice_unref(*slice_for_cord); + delete slice_for_cord; + }); } #endif // GRPC_PROTOBUF_CORD_SUPPORT_ENABLED diff --git a/native/include/grpcpp/version_info.h b/native/include/grpcpp/version_info.h index 75c8d8dff2..70b0731151 100644 --- a/native/include/grpcpp/version_info.h +++ b/native/include/grpcpp/version_info.h @@ -20,8 +20,8 @@ #define GRPC_CPP_VERSION_MAJOR 1 #define GRPC_CPP_VERSION_MINOR 59 -#define GRPC_CPP_VERSION_PATCH 0 +#define GRPC_CPP_VERSION_PATCH 1 #define GRPC_CPP_VERSION_TAG "" -#define GRPC_CPP_VERSION_STRING "1.59.0" +#define GRPC_CPP_VERSION_STRING "1.59.1" #endif // GRPCPP_VERSION_INFO_H diff --git a/native/package.xml b/native/package.xml index 0d395191c1..01958b1ed5 100644 --- a/native/package.xml +++ b/native/package.xml @@ -13,8 +13,8 @@ 2019-09-24 - 1.59.0 - 1.59.0 + 1.59.1 + 1.59.1 stable @@ -22,7 +22,7 @@ Apache 2.0 -- gRPC Core 1.59.0 update +- gRPC Core 1.59.1 update diff --git a/native/src/csharp/build/dependencies.props b/native/src/csharp/build/dependencies.props index aab2254eb0..8fa263a2d6 100644 --- a/native/src/csharp/build/dependencies.props +++ b/native/src/csharp/build/dependencies.props @@ -1,7 +1,7 @@ - 2.59.0 + 2.59.1 3.24.3 diff --git a/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec b/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec index 1320162770..3c6848e8e6 100644 --- a/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec +++ b/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec @@ -42,7 +42,7 @@ Pod::Spec.new do |s| # exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed # before them. s.name = '!ProtoCompiler-gRPCCppPlugin' - v = '1.59.0' + v = '1.59.1' s.version = v s.summary = 'The gRPC ProtoC plugin generates C++ files from .proto services.' s.description = <<-DESC diff --git a/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec index 49c3b7db9b..dbae6f3946 100644 --- a/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec +++ b/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec @@ -42,7 +42,7 @@ Pod::Spec.new do |s| # exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed # before them. s.name = '!ProtoCompiler-gRPCPlugin' - v = '1.59.0' + v = '1.59.1' s.version = v s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.' s.description = <<-DESC diff --git a/native/src/objective-c/GRPCClient/version.h b/native/src/objective-c/GRPCClient/version.h index 240844cd78..39eaabd691 100644 --- a/native/src/objective-c/GRPCClient/version.h +++ b/native/src/objective-c/GRPCClient/version.h @@ -22,4 +22,4 @@ // instead. This file can be regenerated from the template by running // `tools/buildgen/generate_projects.sh`. -#define GRPC_OBJC_VERSION_STRING @"1.59.0" +#define GRPC_OBJC_VERSION_STRING @"1.59.1" diff --git a/native/src/objective-c/tests/version.h b/native/src/objective-c/tests/version.h index 4e39e52a0c..ce4fb7953a 100644 --- a/native/src/objective-c/tests/version.h +++ b/native/src/objective-c/tests/version.h @@ -22,5 +22,5 @@ // instead. This file can be regenerated from the template by running // `tools/buildgen/generate_projects.sh`. -#define GRPC_OBJC_VERSION_STRING @"1.59.0" +#define GRPC_OBJC_VERSION_STRING @"1.59.1" #define GRPC_C_VERSION_STRING @"36.0.0" diff --git a/native/src/php/composer.json b/native/src/php/composer.json index 9f746899d5..b66c61ec7d 100644 --- a/native/src/php/composer.json +++ b/native/src/php/composer.json @@ -2,7 +2,7 @@ "name": "grpc/grpc-dev", "description": "gRPC library for PHP - for Development use only", "license": "Apache-2.0", - "version": "1.59.0", + "version": "1.59.1", "require": { "php": ">=7.0.0", "google/protobuf": "^v3.3.0" diff --git a/native/src/php/ext/grpc/version.h b/native/src/php/ext/grpc/version.h index c27a5bccfd..94c8c8b59f 100644 --- a/native/src/php/ext/grpc/version.h +++ b/native/src/php/ext/grpc/version.h @@ -20,6 +20,6 @@ #ifndef VERSION_H #define VERSION_H -#define PHP_GRPC_VERSION "1.59.0" +#define PHP_GRPC_VERSION "1.59.1" #endif /* VERSION_H */ diff --git a/native/src/python/grpcio/grpc/_grpcio_metadata.py b/native/src/python/grpcio/grpc/_grpcio_metadata.py index 9d792889cc..b3084e327d 100644 --- a/native/src/python/grpcio/grpc/_grpcio_metadata.py +++ b/native/src/python/grpcio/grpc/_grpcio_metadata.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc/_grpcio_metadata.py.template`!!! -__version__ = """1.59.0""" +__version__ = """1.59.1""" diff --git a/native/src/python/grpcio/grpc_version.py b/native/src/python/grpcio/grpc_version.py index f6188d36d0..6dbc6a5244 100644 --- a/native/src/python/grpcio/grpc_version.py +++ b/native/src/python/grpcio/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' diff --git a/native/src/python/grpcio_admin/grpc_version.py b/native/src/python/grpcio_admin/grpc_version.py index 948e54e2b8..6ab151e80d 100644 --- a/native/src/python/grpcio_admin/grpc_version.py +++ b/native/src/python/grpcio_admin/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_admin/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' diff --git a/native/src/python/grpcio_channelz/grpc_version.py b/native/src/python/grpcio_channelz/grpc_version.py index 261c4d1f06..a6fd5bf7f1 100644 --- a/native/src/python/grpcio_channelz/grpc_version.py +++ b/native/src/python/grpcio_channelz/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_channelz/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' diff --git a/native/src/python/grpcio_csds/grpc_version.py b/native/src/python/grpcio_csds/grpc_version.py index 181b74fc5d..e49dcb1063 100644 --- a/native/src/python/grpcio_csds/grpc_version.py +++ b/native/src/python/grpcio_csds/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_csds/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' diff --git a/native/src/python/grpcio_health_checking/grpc_version.py b/native/src/python/grpcio_health_checking/grpc_version.py index 6722e76c4c..0683bdb0e9 100644 --- a/native/src/python/grpcio_health_checking/grpc_version.py +++ b/native/src/python/grpcio_health_checking/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' diff --git a/native/src/python/grpcio_reflection/grpc_version.py b/native/src/python/grpcio_reflection/grpc_version.py index 2e5b37457f..35ab861b1f 100644 --- a/native/src/python/grpcio_reflection/grpc_version.py +++ b/native/src/python/grpcio_reflection/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_reflection/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' diff --git a/native/src/python/grpcio_status/grpc_version.py b/native/src/python/grpcio_status/grpc_version.py index a39d73fe71..79f8878e84 100644 --- a/native/src/python/grpcio_status/grpc_version.py +++ b/native/src/python/grpcio_status/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_status/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' diff --git a/native/src/python/grpcio_testing/grpc_version.py b/native/src/python/grpcio_testing/grpc_version.py index 1c12ce900b..584eae34d5 100644 --- a/native/src/python/grpcio_testing/grpc_version.py +++ b/native/src/python/grpcio_testing/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_testing/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' diff --git a/native/src/python/grpcio_tests/grpc_version.py b/native/src/python/grpcio_tests/grpc_version.py index c96250cb03..3836b700b3 100644 --- a/native/src/python/grpcio_tests/grpc_version.py +++ b/native/src/python/grpcio_tests/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' diff --git a/native/src/ruby/lib/grpc/version.rb b/native/src/ruby/lib/grpc/version.rb index d972a58114..24ad66a0b5 100644 --- a/native/src/ruby/lib/grpc/version.rb +++ b/native/src/ruby/lib/grpc/version.rb @@ -14,5 +14,5 @@ # GRPC contains the General RPC module. module GRPC - VERSION = '1.59.0' + VERSION = '1.59.1' end diff --git a/native/src/ruby/tools/version.rb b/native/src/ruby/tools/version.rb index e9838ffb37..0303f76b8d 100644 --- a/native/src/ruby/tools/version.rb +++ b/native/src/ruby/tools/version.rb @@ -14,6 +14,6 @@ module GRPC module Tools - VERSION = '1.59.0' + VERSION = '1.59.1' end end diff --git a/native/tools/distrib/python/grpc_version.py b/native/tools/distrib/python/grpc_version.py index 4805a015e0..4bfeb1b76d 100644 --- a/native/tools/distrib/python/grpc_version.py +++ b/native/tools/distrib/python/grpc_version.py @@ -14,5 +14,5 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' PROTOBUF_VERSION = '3.24.3' diff --git a/native/tools/distrib/python/grpcio_tools/grpc_version.py b/native/tools/distrib/python/grpcio_tools/grpc_version.py index 6b3084c7c5..fae22cb1f0 100644 --- a/native/tools/distrib/python/grpcio_tools/grpc_version.py +++ b/native/tools/distrib/python/grpcio_tools/grpc_version.py @@ -14,5 +14,5 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' PROTOBUF_VERSION = '3.24.3' diff --git a/native/tools/distrib/python/xds_protos/grpc_version.py b/native/tools/distrib/python/xds_protos/grpc_version.py index 8cad5cf4ac..befbd0fdef 100644 --- a/native/tools/distrib/python/xds_protos/grpc_version.py +++ b/native/tools/distrib/python/xds_protos/grpc_version.py @@ -14,5 +14,5 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! -VERSION = '1.59.0' +VERSION = '1.59.1' PROTOBUF_VERSION = '3.24.3' diff --git a/native/tools/doxygen/Doxyfile.c++ b/native/tools/doxygen/Doxyfile.c++ index 57d7f6374e..864d3007e7 100644 --- a/native/tools/doxygen/Doxyfile.c++ +++ b/native/tools/doxygen/Doxyfile.c++ @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.59.0 +PROJECT_NUMBER = 1.59.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.c++.internal b/native/tools/doxygen/Doxyfile.c++.internal index 7339ab337d..a8cd3f289a 100644 --- a/native/tools/doxygen/Doxyfile.c++.internal +++ b/native/tools/doxygen/Doxyfile.c++.internal @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.59.0 +PROJECT_NUMBER = 1.59.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.objc b/native/tools/doxygen/Doxyfile.objc index 306240213c..0a39d806d8 100644 --- a/native/tools/doxygen/Doxyfile.objc +++ b/native/tools/doxygen/Doxyfile.objc @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.59.0 +PROJECT_NUMBER = 1.59.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.objc.internal b/native/tools/doxygen/Doxyfile.objc.internal index 228197b409..8b2dce530f 100644 --- a/native/tools/doxygen/Doxyfile.objc.internal +++ b/native/tools/doxygen/Doxyfile.objc.internal @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.59.0 +PROJECT_NUMBER = 1.59.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.php b/native/tools/doxygen/Doxyfile.php index 698c3da47a..9e00fc123d 100644 --- a/native/tools/doxygen/Doxyfile.php +++ b/native/tools/doxygen/Doxyfile.php @@ -40,7 +40,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.59.0 +PROJECT_NUMBER = 1.59.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a