aboutsummaryrefslogtreecommitdiff
path: root/build_config.rb
diff options
context:
space:
mode:
authorapolcyn <apolcyn@google.com>2021-07-02 14:33:34 -0700
committerGitHub <noreply@github.com>2021-07-02 14:33:34 -0700
commit0e6c888574fcb0bacc62816fe1089271a03a44b0 (patch)
treedb6b65e245d7afa9e1d8b2a2b92794ea535ff7f3 /build_config.rb
parent901da17d92e23d8a26f77dfefab170830a191e71 (diff)
downloadgrpc-grpc-0e6c888574fcb0bacc62816fe1089271a03a44b0.tar.gz
Bump version to 1.40.0-dev (#26600)
* Bump version to 1.40.0 * Regenerate projects * Tweak version.cc.template to satisfy formatter * Regenerate projects
Diffstat (limited to 'build_config.rb')
-rw-r--r--build_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb
index 2227eedad4..a824ddc017 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -13,5 +13,5 @@
# limitations under the License.
module GrpcBuildConfig
- CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-17.dll'
+ CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-18.dll'
end