Skip to content

Commit 69e5a28

Browse files
committed
Going for 1.2.0
1 parent 252205c commit 69e5a28

32 files changed

+40
-40
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ g_stands_for = "green"
4141

4242
core_version = "3.0.0-dev"
4343

44-
version = "1.2.0-pre1"
44+
version = "1.2.0"
4545

4646
grpc_cc_library(
4747
name = "gpr",

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
cmake_minimum_required(VERSION 2.8)
4343

4444
set(PACKAGE_NAME "grpc")
45-
set(PACKAGE_VERSION "1.2.0-pre2")
45+
set(PACKAGE_VERSION "1.2.0")
4646
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
4747
set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
4848
set(PACKAGE_BUGREPORT "https://github.com/grpc/grpc/issues/")

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ Q = @
412412
endif
413413

414414
CORE_VERSION = 3.0.0-dev
415-
CPP_VERSION = 1.2.0-pre2
416-
CSHARP_VERSION = 1.2.0-pre2
415+
CPP_VERSION = 1.2.0
416+
CSHARP_VERSION = 1.2.0
417417

418418
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
419419
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)

build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ settings:
1414
'#10': See the expand_version.py for all the quirks here
1515
core_version: 3.0.0-dev
1616
g_stands_for: green
17-
version: 1.2.0-pre2
17+
version: 1.2.0
1818
filegroups:
1919
- name: census
2020
public_headers:

gRPC-Core.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
Pod::Spec.new do |s|
3939
s.name = 'gRPC-Core'
40-
version = '1.2.0-pre2'
40+
version = '1.2.0'
4141
s.version = version
4242
s.summary = 'Core cross-platform gRPC library, written in C'
4343
s.homepage = 'http://www.grpc.io'

gRPC-ProtoRPC.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
Pod::Spec.new do |s|
3838
s.name = 'gRPC-ProtoRPC'
39-
version = '1.2.0-pre2'
39+
version = '1.2.0'
4040
s.version = version
4141
s.summary = 'RPC library for Protocol Buffers, based on gRPC'
4242
s.homepage = 'http://www.grpc.io'

gRPC-RxLibrary.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
Pod::Spec.new do |s|
3838
s.name = 'gRPC-RxLibrary'
39-
version = '1.2.0-pre2'
39+
version = '1.2.0'
4040
s.version = version
4141
s.summary = 'Reactive Extensions library for iOS/OSX.'
4242
s.homepage = 'http://www.grpc.io'

gRPC.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
Pod::Spec.new do |s|
3737
s.name = 'gRPC'
38-
version = '1.2.0-pre2'
38+
version = '1.2.0'
3939
s.version = version
4040
s.summary = 'gRPC client library for iOS/OSX'
4141
s.homepage = 'http://www.grpc.io'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc",
3-
"version": "1.2.0-pre2",
3+
"version": "1.2.0",
44
"author": "Google Inc.",
55
"description": "gRPC Library for Node",
66
"homepage": "http://www.grpc.io/",

package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<date>2017-03-01</date>
1414
<time>16:06:07</time>
1515
<version>
16-
<release>1.2.0RC2</release>
17-
<api>1.2.0RC2</api>
16+
<release>1.2.0</release>
17+
<api>1.2.0</api>
1818
</version>
1919
<stability>
2020
<release>beta</release>

src/cpp/common/version_cc.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
#include <grpc++/grpc++.h>
3838

3939
namespace grpc {
40-
grpc::string Version() { return "1.2.0-pre2"; }
40+
grpc::string Version() { return "1.2.0"; }
4141
}

src/csharp/Grpc.Auth/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0-pre2",
2+
"version": "1.2.0",
33
"title": "gRPC C# Auth",
44
"authors": [ "Google Inc." ],
55
"copyright": "Copyright 2015, Google Inc.",
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"dependencies": {
24-
"Grpc.Core": "1.2.0-pre2",
24+
"Grpc.Core": "1.2.0",
2525
"Google.Apis.Auth": "1.21.0"
2626
},
2727
"frameworks": {

src/csharp/Grpc.Core.Testing/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0-pre2",
2+
"version": "1.2.0",
33
"title": "gRPC C# Core Testing",
44
"authors": [ "Google Inc." ],
55
"copyright": "Copyright 2017, Google Inc.",
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"dependencies": {
24-
"Grpc.Core": "1.2.0-pre2"
24+
"Grpc.Core": "1.2.0"
2525
},
2626
"frameworks": {
2727
"net45": {

src/csharp/Grpc.Core/VersionInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ public static class VersionInfo
5353
/// <summary>
5454
/// Current version of gRPC C#
5555
/// </summary>
56-
public const string CurrentVersion = "1.2.0-pre2";
56+
public const string CurrentVersion = "1.2.0";
5757
}
5858
}

src/csharp/Grpc.Core/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0-pre2",
2+
"version": "1.2.0",
33
"title": "gRPC C# Core",
44
"authors": [ "Google Inc." ],
55
"copyright": "Copyright 2015, Google Inc.",

src/csharp/Grpc.HealthCheck/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0-pre2",
2+
"version": "1.2.0",
33
"title": "gRPC C# Healthchecking",
44
"authors": [ "Google Inc." ],
55
"copyright": "Copyright 2015, Google Inc.",
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"dependencies": {
24-
"Grpc.Core": "1.2.0-pre2",
24+
"Grpc.Core": "1.2.0",
2525
"Google.Protobuf": "3.2.0"
2626
},
2727
"frameworks": {

src/csharp/Grpc.Reflection/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0-pre2",
2+
"version": "1.2.0",
33
"title": "gRPC C# Reflection",
44
"authors": [ "Google Inc." ],
55
"copyright": "Copyright 2016, Google Inc.",
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"dependencies": {
24-
"Grpc.Core": "1.2.0-pre2",
24+
"Grpc.Core": "1.2.0",
2525
"Google.Protobuf": "3.2.0"
2626
},
2727
"frameworks": {

src/csharp/build_packages_dotnetcli.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@rem OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929

3030
@rem Current package versions
31-
set VERSION=1.2.0-pre2
31+
set VERSION=1.2.0
3232
set PROTOBUF_VERSION=3.0.0
3333

3434
@rem Adjust the location of nuget.exe

src/csharp/build_packages_dotnetcli.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dotnet pack --configuration Release Grpc.Auth/project.json --output ../../artifa
6666
dotnet pack --configuration Release Grpc.HealthCheck/project.json --output ../../artifacts
6767
dotnet pack --configuration Release Grpc.Reflection/project.json --output ../../artifacts
6868

69-
nuget pack Grpc.nuspec -Version "1.2.0-pre2" -OutputDirectory ../../artifacts
70-
nuget pack Grpc.Tools.nuspec -Version "1.2.0-pre2" -OutputDirectory ../../artifacts
69+
nuget pack Grpc.nuspec -Version "1.2.0" -OutputDirectory ../../artifacts
70+
nuget pack Grpc.Tools.nuspec -Version "1.2.0" -OutputDirectory ../../artifacts
7171

7272
(cd ../../artifacts && zip csharp_nugets_dotnetcli.zip *.nupkg)

src/node/health_check/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-health-check",
3-
"version": "1.2.0-pre2",
3+
"version": "1.2.0",
44
"author": "Google Inc.",
55
"description": "Health check service for use with gRPC",
66
"repository": {
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"dependencies": {
18-
"grpc": "^1.2.0-pre2",
18+
"grpc": "^1.2.0",
1919
"lodash": "^3.9.3",
2020
"google-protobuf": "^3.0.0"
2121
},

src/node/tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-tools",
3-
"version": "1.2.0-pre2",
3+
"version": "1.2.0",
44
"author": "Google Inc.",
55
"description": "Tools for developing with gRPC on Node.js",
66
"homepage": "http://www.grpc.io/",

src/objective-c/!ProtoCompiler-gRPCPlugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
4343
# before them.
4444
s.name = '!ProtoCompiler-gRPCPlugin'
45-
v = '1.2.0-pre2'
45+
v = '1.2.0'
4646
s.version = v
4747
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.'
4848
s.description = <<-DESC

src/objective-c/GRPCClient/private/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
// `tools/buildgen/generate_projects.sh`.
3939

4040

41-
#define GRPC_OBJC_VERSION_STRING @"1.2.0-pre2"
41+
#define GRPC_OBJC_VERSION_STRING @"1.2.0"

src/python/grpcio/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!!
3131

32-
VERSION='1.2.0rc2'
32+
VERSION='1.2.0'

src/python/grpcio_health_checking/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!!
3131

32-
VERSION='1.2.0rc2'
32+
VERSION='1.2.0'

src/python/grpcio_reflection/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_reflection/grpc_version.py.template`!!!
3131

32-
VERSION='1.2.0rc2'
32+
VERSION='1.2.0'

src/python/grpcio_tests/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!!
3131

32-
VERSION='1.2.0rc2'
32+
VERSION='1.2.0'

src/ruby/lib/grpc/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929

3030
# GRPC contains the General RPC module.
3131
module GRPC
32-
VERSION = '1.2.0.pre2'
32+
VERSION = '1.2.0'
3333
end

src/ruby/tools/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929

3030
module GRPC
3131
module Tools
32-
VERSION = '1.2.0.pre2'
32+
VERSION = '1.2.0'
3333
end
3434
end

tools/distrib/python/grpcio_tools/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
3131

32-
VERSION='1.2.0rc2'
32+
VERSION='1.2.0'

tools/doxygen/Doxyfile.c++

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242
43-
PROJECT_NUMBER = 1.2.0-pre2
43+
PROJECT_NUMBER = 1.2.0
4444
4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

tools/doxygen/Doxyfile.c++.internal

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242

43-
PROJECT_NUMBER = 1.2.0-pre2
43+
PROJECT_NUMBER = 1.2.0
4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)