Skip to content

Commit

Permalink
Bump core version 202302161703 (#32416)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth authored and wanlin31 committed May 18, 2023
1 parent 0f1f72d commit 165a8c2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.

0 comments on commit 165a8c2

Please sign in to comment.