aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-30 15:32:24 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-30 15:32:24 -0800
commit5cad46e218b3b42d5e9c10ee4e1c449b7ca23194 (patch)
treef611381038fbbd5bf25937160cf24bb7914aefc3 /build_config.rb
parente4fae823cd2a1fc24a5327a29d6a8427f5101991 (diff)
Bump master version numbers
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 35e887ef62..b5a8c2020b 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-2.dll'
+ CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-3.dll'
end