Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 19, 2025
2 parents 581079d + e2b0c59 commit 730c484
Show file tree
Hide file tree
Showing 66 changed files with 10,706 additions and 555 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ python_config_settings()
# This should be updated along with build_handwritten.yaml
g_stands_for = "gears" # @unused

core_version = "45.0.0" # @unused
core_version = "46.0.0" # @unused

version = "1.71.0-dev" # @unused

Expand Down
1,016 changes: 1,014 additions & 2 deletions CMakeLists.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Makefile

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

6 changes: 4 additions & 2 deletions bazel/experiments.bzl

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

1,932 changes: 1,932 additions & 0 deletions build_autogenerated.yaml

Large diffs are not rendered by default.

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-45.dll'
CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-46.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: 45.0.0
core_version: 46.0.0
csharp_major_version: 2
g_stands_for: gears
protobuf_version: 3.29.0
Expand Down
Loading

0 comments on commit 730c484

Please sign in to comment.