aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-03-29 11:51:25 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-03-29 11:51:25 -0700
commit9a7bab5b76413f49fdeb35a2d40021ca3a0bdf04 (patch)
tree8981c772d9d241b522c48ff87dee972775d4016b /build_config.rb
parent2c614a7a7b19633c2f1d962d05e3282486895034 (diff)
Core version bump to 4.0.0
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 b5a8c2020b..9a69070dc7 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -28,5 +28,5 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
module GrpcBuildConfig
- CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-3.dll'
+ CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-4.dll'
end