aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-09-26 10:32:58 -0700
committerGravatar Vijay Pai <vpai@google.com>2018-10-10 08:40:04 -0700
commitc469b57b350c9f48282dac7ce066679bfe64bc28 (patch)
tree54b123dbce70f032a8baeff341899dc33e8cb5fc /build_config.rb
parenta46ddf4a099fb8daad518b4846b05696a9030fed (diff)
Increment version number since grpc_use_signal deletion is an API breaker
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 644c80fdb6..ab06a13747 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-6.dll'
+ CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-7.dll'
end