Skip to content

Commit 7c7712a

Browse files
authored
Bump version to 1.53.0-pre2. (#32545)
1 parent a4017dc commit 7c7712a

38 files changed

+44
-44
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ g_stands_for = "glockenspiel" # @unused
183183

184184
core_version = "30.1.0" # @unused
185185

186-
version = "1.53.0-pre1" # @unused
186+
version = "1.53.0-pre2" # @unused
187187

188188
GPR_PUBLIC_HDRS = [
189189
"include/grpc/support/alloc.h",

CMakeLists.txt

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

Makefile

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

_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/_metadata.py.template`!!!
1616

17-
__version__ = """1.53.0rc1"""
17+
__version__ = """1.53.0rc2"""

build_handwritten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ settings:
1616
csharp_major_version: 2
1717
g_stands_for: glockenspiel
1818
protobuf_version: 3.21.12
19-
version: 1.53.0-pre1
19+
version: 1.53.0-pre2
2020
configs:
2121
asan:
2222
CC: clang

config.m4

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

gRPC-C++.podspec

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

gRPC-Core.podspec

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

gRPC-ProtoRPC.podspec

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

gRPC-RxLibrary.podspec

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

gRPC.podspec

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

include/grpcpp/version_info.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define GRPC_CPP_VERSION_MAJOR 1
2222
#define GRPC_CPP_VERSION_MINOR 53
2323
#define GRPC_CPP_VERSION_PATCH 0
24-
#define GRPC_CPP_VERSION_TAG "pre1"
25-
#define GRPC_CPP_VERSION_STRING "1.53.0-pre1"
24+
#define GRPC_CPP_VERSION_TAG "pre2"
25+
#define GRPC_CPP_VERSION_STRING "1.53.0-pre2"
2626

2727
#endif // GRPCPP_VERSION_INFO_H

package.xml

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

src/csharp/build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file is generated -->
22
<Project>
33
<PropertyGroup>
4-
<GrpcCsharpVersion>2.53.0-pre1</GrpcCsharpVersion>
4+
<GrpcCsharpVersion>2.53.0-pre2</GrpcCsharpVersion>
55
<GoogleProtobufVersion>3.21.12</GoogleProtobufVersion>
66
</PropertyGroup>
77
</Project>

src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
4343
# before them.
4444
s.name = '!ProtoCompiler-gRPCCppPlugin'
45-
v = '1.53.0-pre1'
45+
v = '1.53.0-pre2'
4646
s.version = v
4747
s.summary = 'The gRPC ProtoC plugin generates C++ files from .proto services.'
4848
s.description = <<-DESC

src/objective-c/!ProtoCompiler-gRPCPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
4343
# before them.
4444
s.name = '!ProtoCompiler-gRPCPlugin'
45-
v = '1.53.0-pre1'
45+
v = '1.53.0-pre2'
4646
s.version = v
4747
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.'
4848
s.description = <<-DESC

src/objective-c/GRPCClient/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
// instead. This file can be regenerated from the template by running
2323
// `tools/buildgen/generate_projects.sh`.
2424

25-
#define GRPC_OBJC_VERSION_STRING @"1.53.0-pre1"
25+
#define GRPC_OBJC_VERSION_STRING @"1.53.0-pre2"

src/objective-c/tests/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// instead. This file can be regenerated from the template by running
2323
// `tools/buildgen/generate_projects.sh`.
2424

25-
#define GRPC_OBJC_VERSION_STRING @"1.53.0-pre1"
25+
#define GRPC_OBJC_VERSION_STRING @"1.53.0-pre2"
2626
#define GRPC_C_VERSION_STRING @"30.1.0"

src/php/ext/grpc/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
#ifndef VERSION_H
2121
#define VERSION_H
2222

23-
#define PHP_GRPC_VERSION "1.53.0RC1"
23+
#define PHP_GRPC_VERSION "1.53.0RC2"
2424

2525
#endif /* VERSION_H */

src/python/grpcio/grpc/_grpcio_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc/_grpcio_metadata.py.template`!!!
1616

17-
__version__ = """1.53.0rc1"""
17+
__version__ = """1.53.0rc2"""

src/python/grpcio/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'

src/python/grpcio_admin/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_admin/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'

src/python/grpcio_channelz/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_channelz/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'

src/python/grpcio_csds/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_csds/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'

src/python/grpcio_health_checking/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'

src/python/grpcio_reflection/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_reflection/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'

src/python/grpcio_status/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_status/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'

src/python/grpcio_testing/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_testing/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'

src/python/grpcio_tests/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'

src/ruby/lib/grpc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# GRPC contains the General RPC module.
1616
module GRPC
17-
VERSION = '1.53.0.pre1'
17+
VERSION = '1.53.0.pre2'
1818
end

src/ruby/tools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module GRPC
1616
module Tools
17-
VERSION = '1.53.0.pre1'
17+
VERSION = '1.53.0.pre2'
1818
end
1919
end

tools/distrib/python/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'
1818
PROTOBUF_VERSION = '3.21.12'

tools/distrib/python/grpcio_tools/grpc_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
1616

17-
VERSION = '1.53.0rc1'
17+
VERSION = '1.53.0rc2'
1818
PROTOBUF_VERSION = '3.21.12'

tools/doxygen/Doxyfile.c++

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242
43-
PROJECT_NUMBER = 1.53.0-pre1
43+
PROJECT_NUMBER = 1.53.0-pre2
4444
4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

tools/doxygen/Doxyfile.c++.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.

tools/doxygen/Doxyfile.objc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242

43-
PROJECT_NUMBER = 1.53.0-pre1
43+
PROJECT_NUMBER = 1.53.0-pre2
4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

tools/doxygen/Doxyfile.objc.internal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242

43-
PROJECT_NUMBER = 1.53.0-pre1
43+
PROJECT_NUMBER = 1.53.0-pre2
4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

tools/doxygen/Doxyfile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242

43-
PROJECT_NUMBER = 1.53.0-pre1
43+
PROJECT_NUMBER = 1.53.0-pre2
4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)