Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump core version 202302161703 #32416

Merged
merged 2 commits into from
Feb 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ python_config_settings()
# This should be updated along with build_handwritten.yaml
g_stands_for = "glockenspiel" # @unused

core_version = "30.0.0" # @unused
core_version = "30.1.0" # @unused

version = "1.53.0-dev" # @unused

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build_handwritten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ settings:
'#08': Use "-preN" suffixes to identify pre-release versions
'#09': Per-language overrides are possible with (eg) ruby_version tag here
'#10': See the expand_version.py for all the quirks here
core_version: 30.0.0
core_version: 30.1.0
csharp_major_version: 2
g_stands_for: glockenspiel
protobuf_version: 3.21.12
Expand Down
2 changes: 1 addition & 1 deletion src/core/lib/surface/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@

#include <grpc/grpc.h>

const char* grpc_version_string(void) { return "30.0.0"; }
const char* grpc_version_string(void) { return "30.1.0"; }

const char* grpc_g_stands_for(void) { return "glockenspiel"; }
2 changes: 1 addition & 1 deletion src/objective-c/tests/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
// `tools/buildgen/generate_projects.sh`.

#define GRPC_OBJC_VERSION_STRING @"1.53.0-dev"
#define GRPC_C_VERSION_STRING @"30.0.0"
#define GRPC_C_VERSION_STRING @"30.1.0"
2 changes: 1 addition & 1 deletion tools/doxygen/Doxyfile.core
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 30.0.0
PROJECT_NUMBER = 30.1.0

# 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
Expand Down
2 changes: 1 addition & 1 deletion tools/doxygen/Doxyfile.core.internal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.