Skip to content

Commit 1b851b3

Browse files
committed
Update protobuf version
1 parent 129a5ed commit 1b851b3

File tree

18 files changed

+35
-20
lines changed

18 files changed

+35
-20
lines changed

Protobuf-C++.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Protobuf-C++'
3-
s.version = '3.14.0-rc2'
3+
s.version = '3.14.0-rc3'
44
s.summary = 'Protocol Buffers v3 runtime library for C++.'
55
s.homepage = 'https://github.com/google/protobuf'
66
s.license = '3-Clause BSD License'

Protobuf.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# dependent projects use the :git notation to refer to the library.
66
Pod::Spec.new do |s|
77
s.name = 'Protobuf'
8-
s.version = '3.14.0-rc2'
8+
s.version = '3.14.0-rc3'
99
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
1010
s.homepage = 'https://github.com/protocolbuffers/protobuf'
1111
s.license = '3-Clause BSD License'

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AC_PREREQ(2.59)
1717
# In the SVN trunk, the version should always be the next anticipated release
1818
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
1919
# the size of one file name in the dist tarfile over the 99-char limit.)
20-
AC_INIT([Protocol Buffers],[3.14.0-rc-2],[protobuf@googlegroups.com],[protobuf])
20+
AC_INIT([Protocol Buffers],[3.14.0-rc-3],[protobuf@googlegroups.com],[protobuf])
2121

2222
AM_MAINTAINER_MODE([enable])
2323

csharp/Google.Protobuf.Tools.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Google Protocol Buffers tools</title>
66
<summary>Tools for Protocol Buffers - Google's data interchange format.</summary>
77
<description>See project site for more info.</description>
8-
<version>3.14.0-rc2</version>
8+
<version>3.14.0-rc3</version>
99
<authors>Google Inc.</authors>
1010
<owners>protobuf-packages</owners>
1111
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>

csharp/src/Google.Protobuf/Google.Protobuf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>C# runtime library for Protocol Buffers - Google's data interchange format.</Description>
55
<Copyright>Copyright 2015, Google Inc.</Copyright>
66
<AssemblyTitle>Google Protocol Buffers</AssemblyTitle>
7-
<VersionPrefix>3.14.0-rc2</VersionPrefix>
7+
<VersionPrefix>3.14.0-rc3</VersionPrefix>
88
<!-- C# 7.2 is required for Span/BufferWriter/ReadOnlySequence -->
99
<LangVersion>7.2</LangVersion>
1010
<Authors>Google Inc.</Authors>

java/bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-bom</artifactId>
7-
<version>3.14.0-rc-2</version>
7+
<version>3.14.0-rc-3</version>
88
<packaging>pom</packaging>
99

1010
<name>Protocol Buffers [BOM]</name>

java/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.14.0-rc-2</version>
7+
<version>3.14.0-rc-3</version>
88
</parent>
99

1010
<artifactId>protobuf-java</artifactId>

java/lite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.14.0-rc-2</version>
7+
<version>3.14.0-rc-3</version>
88
</parent>
99

1010
<artifactId>protobuf-javalite</artifactId>

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.14.0-rc-2</version>
7+
<version>3.14.0-rc-3</version>
88
<packaging>pom</packaging>
99

1010
<name>Protocol Buffers [Parent]</name>

java/util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.14.0-rc-2</version>
7+
<version>3.14.0-rc-3</version>
88
</parent>
99

1010
<artifactId>protobuf-java-util</artifactId>

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-protobuf",
3-
"version": "3.14.0-rc.2",
3+
"version": "3.14.0-rc.3",
44
"description": "Protocol Buffers for JavaScript",
55
"main": "google-protobuf.js",
66
"files": [

php/ext/google/protobuf/package.xml

+18-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<email>protobuf-opensource@google.com</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2020-11-10</date>
14-
<time>16:28:41</time>
13+
<date>2020-11-11</date>
14+
<time>10:35:18</time>
1515
<version>
16-
<release>3.14.0RC2</release>
16+
<release>3.14.0RC3</release>
1717
<api>3.14.0</api>
1818
</version>
1919
<stability>
@@ -720,5 +720,20 @@ G A release.
720720
<notes>
721721
</notes>
722722
</release>
723+
<release>
724+
<version>
725+
<release>3.14.0RC3</release>
726+
<api>3.14.0</api>
727+
</version>
728+
<stability>
729+
<release>beta</release>
730+
<api>beta</api>
731+
</stability>
732+
<date>2020-11-11</date>
733+
<time>10:35:18</time>
734+
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
735+
<notes>
736+
</notes>
737+
</release>
723738
</changelog>
724739
</package>

php/ext/google/protobuf/protobuf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const zval *get_generated_pool();
6969
#define PROTO_STRLEN_P(obj) ZSTR_LEN(obj)
7070
#endif
7171

72-
#define PHP_PROTOBUF_VERSION "3.14.0RC2"
72+
#define PHP_PROTOBUF_VERSION "3.14.0RC3"
7373

7474
// ptr -> PHP object cache. This is a weak map that caches lazily-created
7575
// wrapper objects around upb types:

protoc-artifacts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.google.protobuf</groupId>
1010
<artifactId>protoc</artifactId>
11-
<version>3.14.0-rc-2</version>
11+
<version>3.14.0-rc-3</version>
1212
<packaging>pom</packaging>
1313
<name>Protobuf Compiler</name>
1414
<description>

python/google/protobuf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030

3131
# Copyright 2007 Google Inc. All Rights Reserved.
3232

33-
__version__ = '3.14.0rc2'
33+
__version__ = '3.14.0rc3'

ruby/google-protobuf.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "google-protobuf"
3-
s.version = "3.14.0.rc.2"
3+
s.version = "3.14.0.rc.3"
44
git_tag = "v#{s.version.to_s.sub('.rc.', '-rc')}" # Converts X.Y.Z.rc.N to vX.Y.Z-rcN, used for the git tag
55
s.licenses = ["BSD-3-Clause"]
66
s.summary = "Protocol Buffers"

src/google/protobuf/port_def.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
#define PROTOBUF_VERSION 3014000
322322
#define PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC 3014000
323323
#define PROTOBUF_MIN_PROTOC_VERSION 3014000
324-
#define PROTOBUF_VERSION_SUFFIX "-rc2"
324+
#define PROTOBUF_VERSION_SUFFIX "-rc3"
325325

326326
// The minimum library version which works with the current version of the
327327
// headers.

src/google/protobuf/stubs/common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ namespace internal {
8585
#define GOOGLE_PROTOBUF_VERSION 3014000
8686

8787
// A suffix string for alpha, beta or rc releases. Empty for stable releases.
88-
#define GOOGLE_PROTOBUF_VERSION_SUFFIX "-rc2"
88+
#define GOOGLE_PROTOBUF_VERSION_SUFFIX "-rc3"
8989

9090
// The minimum header version which works with the current version of
9191
// the library. This constant should only be used by protoc's C++ code

0 commit comments

Comments
 (0)