未验证 提交 96b73272 编辑于 作者: Yash Tibrewal's avatar Yash Tibrewal 提交者: GitHub
浏览文件

Bump v1.38.x to 1.38.1 (#26511)

* Bump v1.38.x to 1.38.1

* Regenerate projects
上级 f87be358
......@@ -89,7 +89,7 @@ g_stands_for = "guadalupe_river_park_conservancy" # @unused
core_version = "16.0.0" # @unused
version = "1.38.0" # @unused
version = "1.38.1" # @unused
GPR_PUBLIC_HDRS = [
"include/grpc/support/alloc.h",
......
......@@ -25,12 +25,12 @@
cmake_minimum_required(VERSION 3.5.1)
set(PACKAGE_NAME "grpc")
set(PACKAGE_VERSION "1.38.0")
set(PACKAGE_VERSION "1.38.1")
set(gRPC_CORE_VERSION "16.0.0")
set(gRPC_CORE_SOVERSION "16")
set(gRPC_CPP_VERSION "1.38.0")
set(gRPC_CPP_VERSION "1.38.1")
set(gRPC_CPP_SOVERSION "1.38")
set(gRPC_CSHARP_VERSION "2.38.0")
set(gRPC_CSHARP_VERSION "2.38.1")
set(gRPC_CSHARP_SOVERSION "2.38")
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
......
......@@ -455,8 +455,8 @@ Q = @
endif
CORE_VERSION = 16.0.0
CPP_VERSION = 1.38.0
CSHARP_VERSION = 2.38.0
CPP_VERSION = 1.38.1
CSHARP_VERSION = 2.38.1
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)
......
......@@ -16,7 +16,7 @@ settings:
csharp_major_version: 2
g_stands_for: guadalupe_river_park_conservancy
protobuf_version: 3.15.8
version: 1.38.0
version: 1.38.1
targets:
- name: check_epollexclusive
build: tool
......
......@@ -22,7 +22,7 @@
Pod::Spec.new do |s|
s.name = 'gRPC-C++'
# TODO (mxyan): use version that match gRPC version when pod is stabilized
version = '1.38.0'
version = '1.38.1'
s.version = version
s.summary = 'gRPC C++ library'
s.homepage = 'https://grpc.io'
......
......@@ -21,7 +21,7 @@
Pod::Spec.new do |s|
s.name = 'gRPC-Core'
version = '1.38.0'
version = '1.38.1'
s.version = version
s.summary = 'Core cross-platform gRPC library, written in C'
s.homepage = 'https://grpc.io'
......
......@@ -21,7 +21,7 @@
Pod::Spec.new do |s|
s.name = 'gRPC-ProtoRPC'
version = '1.38.0'
version = '1.38.1'
s.version = version
s.summary = 'RPC library for Protocol Buffers, based on gRPC'
s.homepage = 'https://grpc.io'
......
......@@ -21,7 +21,7 @@
Pod::Spec.new do |s|
s.name = 'gRPC-RxLibrary'
version = '1.38.0'
version = '1.38.1'
s.version = version
s.summary = 'Reactive Extensions library for iOS/OSX.'
s.homepage = 'https://grpc.io'
......
......@@ -20,7 +20,7 @@
Pod::Spec.new do |s|
s.name = 'gRPC'
version = '1.38.0'
version = '1.38.1'
s.version = version
s.summary = 'gRPC client library for iOS/OSX'
s.homepage = 'https://grpc.io'
......
......@@ -13,8 +13,8 @@
<date>2019-09-24</date>
<time>16:06:07</time>
<version>
<release>1.38.0</release>
<api>1.38.0</api>
<release>1.38.1</release>
<api>1.38.1</api>
</version>
<stability>
<release>stable</release>
......@@ -22,7 +22,7 @@
</stability>
<license>Apache 2.0</license>
<notes>
- gRPC Core 1.38.0 update
- gRPC Core 1.38.1 update
</notes>
<contents>
<dir baseinstalldir="/" name="/">
......
......@@ -22,5 +22,5 @@
#include <grpcpp/grpcpp.h>
namespace grpc {
std::string Version() { return "1.38.0"; }
std::string Version() { return "1.38.1"; }
} // namespace grpc
......@@ -33,11 +33,11 @@ namespace Grpc.Core
/// <summary>
/// Current <c>AssemblyFileVersion</c> of gRPC C# assemblies
/// </summary>
public const string CurrentAssemblyFileVersion = "2.38.0.0";
public const string CurrentAssemblyFileVersion = "2.38.1.0";
/// <summary>
/// Current version of gRPC C#
/// </summary>
public const string CurrentVersion = "2.38.0";
public const string CurrentVersion = "2.38.1";
}
}
<!-- This file is generated -->
<Project>
<PropertyGroup>
<GrpcCsharpVersion>2.38.0</GrpcCsharpVersion>
<GrpcCsharpVersion>2.38.1</GrpcCsharpVersion>
<GoogleProtobufVersion>3.15.8</GoogleProtobufVersion>
</PropertyGroup>
</Project>
......@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
# before them.
s.name = '!ProtoCompiler-gRPCCppPlugin'
v = '1.38.0'
v = '1.38.1'
s.version = v
s.summary = 'The gRPC ProtoC plugin generates C++ files from .proto services.'
s.description = <<-DESC
......
......@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
# before them.
s.name = '!ProtoCompiler-gRPCPlugin'
v = '1.38.0'
v = '1.38.1'
s.version = v
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.'
s.description = <<-DESC
......
......@@ -22,4 +22,4 @@
// instead. This file can be regenerated from the template by running
// `tools/buildgen/generate_projects.sh`.
#define GRPC_OBJC_VERSION_STRING @"1.38.0"
#define GRPC_OBJC_VERSION_STRING @"1.38.1"
......@@ -22,5 +22,5 @@
// instead. This file can be regenerated from the template by running
// `tools/buildgen/generate_projects.sh`.
#define GRPC_OBJC_VERSION_STRING @"1.38.0"
#define GRPC_OBJC_VERSION_STRING @"1.38.1"
#define GRPC_C_VERSION_STRING @"16.0.0"
......@@ -2,7 +2,7 @@
"name": "grpc/grpc-dev",
"description": "gRPC library for PHP - for Development use only",
"license": "Apache-2.0",
"version": "1.38.0",
"version": "1.38.1",
"require": {
"php": ">=7.0.0",
"google/protobuf": "^v3.3.0"
......
......@@ -20,6 +20,6 @@
#ifndef VERSION_H
#define VERSION_H
#define PHP_GRPC_VERSION "1.38.0"
#define PHP_GRPC_VERSION "1.38.1"
#endif /* VERSION_H */
......@@ -14,4 +14,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc/_grpcio_metadata.py.template`!!!
__version__ = """1.38.0"""
__version__ = """1.38.1"""
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册