Skip to content

Commit 835d394

Browse files
sergiitkcopybara-github
authored andcommitted
[Release] Bump core version to 51.0.0 for upcoming release (grpc#40784)
Change was created by the release automation script. See go/grpc-release. Closes grpc#40784 COPYBARA_INTEGRATE_REVIEW=grpc#40784 from sergiitk:bump_core_version_202509261632 a045f36 PiperOrigin-RevId: 812854454
1 parent de6ce7f commit 835d394

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ python_config_settings()
265265
# This should be updated along with build_handwritten.yaml
266266
g_stands_for = "genuine" # @unused
267267

268-
core_version = "50.0.0" # @unused
268+
core_version = "51.0.0" # @unused
269269

270270
version = "1.76.0-dev" # @unused
271271

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-50.dll'
16+
CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-51.dll'
1717
end

build_handwritten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ settings:
1212
'#08': Use "-preN" suffixes to identify pre-release versions
1313
'#09': Per-language overrides are possible with (eg) ruby_version tag here
1414
'#10': See the expand_version.py for all the quirks here
15-
core_version: 50.0.0
15+
core_version: 51.0.0
1616
csharp_major_version: 2
1717
g_stands_for: genuine
1818
protobuf_version: 4.31.1

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 "50.0.0"; }
25+
const char* grpc_version_string(void) { return "51.0.0"; }
2626

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

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.76.0-dev"
26-
#define GRPC_C_VERSION_STRING @"50.0.0"
26+
#define GRPC_C_VERSION_STRING @"51.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)