Skip to content

Commit 18680dd

Browse files
committed
regenerate projects
1 parent add7b96 commit 18680dd

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414

1515
module GrpcBuildConfig
16-
CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-52.dll'
16+
CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-53.dll'
1717
end

src/core/lib/surface/version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
#include <grpc/grpc.h>
2323
#include <grpc/support/port_platform.h>
2424

25-
const char* grpc_version_string(void) { return "52.0.0"; }
25+
const char* grpc_version_string(void) { return "53.0.0"; }
2626

2727
const char* grpc_g_stands_for(void) { return "glimmering"; }

src/objective-c/tests/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
// `tools/buildgen/generate_projects.sh`.
2424

2525
#define GRPC_OBJC_VERSION_STRING @"1.79.0-dev"
26-
#define GRPC_C_VERSION_STRING @"52.0.0"
26+
#define GRPC_C_VERSION_STRING @"53.0.0"

tools/doxygen/Doxyfile.core

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/doxygen/Doxyfile.core.internal

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)