Merge pull request #737 from murgatroid99/v1.19.0-pre1_tag

Bump to 1.19.0-pre1
This commit is contained in:
Michael Lumish 2019-02-19 09:22:17 -08:00 committed by GitHub
commit 7e49054e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=0',
'GRPC_UV',
'GRPC_NODE_VERSION="1.19.0-dev"'
'GRPC_NODE_VERSION="1.19.0-pre1"'
],
'conditions': [
['grpc_gcov=="true"', {
@ -632,7 +632,6 @@
'deps/grpc/src/core/lib/channel/channelz_registry.cc',
'deps/grpc/src/core/lib/channel/connected_channel.cc',
'deps/grpc/src/core/lib/channel/handshaker.cc',
'deps/grpc/src/core/lib/channel/handshaker_factory.cc',
'deps/grpc/src/core/lib/channel/handshaker_registry.cc',
'deps/grpc/src/core/lib/channel/status_util.cc',
'deps/grpc/src/core/lib/compression/compression.cc',
@ -821,6 +820,7 @@
'deps/grpc/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc',
'deps/grpc/src/core/lib/security/credentials/plugin/plugin_credentials.cc',
'deps/grpc/src/core/lib/security/credentials/ssl/ssl_credentials.cc',
'deps/grpc/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc',
'deps/grpc/src/core/lib/security/security_connector/alts/alts_security_connector.cc',
'deps/grpc/src/core/lib/security/security_connector/fake/fake_security_connector.cc',
'deps/grpc/src/core/lib/security/security_connector/load_system_roots_fallback.cc',

@ -1 +1 @@
Subproject commit 4b7da8ab961e57452b1459ce28e5f68398c62845
Subproject commit 801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa

View File

@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "1.19.0-dev",
"version": "1.19.0-pre1",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "https://grpc.io/",