aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-09-01 14:08:42 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-09-07 11:34:13 -0700
commit58c33ba19bcec079d0991822055f28e804540426 (patch)
tree57acb6a9069c5464898b63e0a531556ea5f19650 /build_config.rb
parent24f30f7ac0225530ae84dd064c683d7d11c3ac2b (diff)
Decouple alarm construction from setting to avoid races in MT code
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 7159c6e509..3dc31d4ce3 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-4.dll'
+ CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-5.dll'
end