Skip to content

Commit

Permalink
Bump core version 202211082118 (#31585)
Browse files Browse the repository at this point in the history
* bump C-core version

* regenerate projects
  • Loading branch information
gnossen authored Nov 9, 2022
1 parent e1978a4 commit 228e032
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ python_config_settings()
# This should be updated along with build_handwritten.yaml
g_stands_for = "galaxy" # @unused

core_version = "28.0.0" # @unused
core_version = "29.0.0" # @unused

version = "1.51.0-dev" # @unused

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt

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

24 changes: 12 additions & 12 deletions 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_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.

module GrpcBuildConfig
CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-28.dll'
CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-29.dll'
end
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: 28.0.0
core_version: 29.0.0
csharp_major_version: 2
g_stands_for: galaxy
protobuf_version: 3.21.6
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 "28.0.0"; }
const char* grpc_version_string(void) { return "29.0.0"; }

const char* grpc_g_stands_for(void) { return "galaxy"; }
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.51.0-dev"
#define GRPC_C_VERSION_STRING @"28.0.0"
#define GRPC_C_VERSION_STRING @"29.0.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 = 28.0.0
PROJECT_NUMBER = 29.0.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 228e032

Please sign in to comment.