Skip to content

Commit 56bf637

Browse files
committed
Update protobuf version
1 parent 9c0d61c commit 56bf637

28 files changed

+65
-51
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.9.0-rc1'
3+
s.version = '3.10.0-rc1'
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.9.1'
8+
s.version = '3.10.0-rc1'
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.9.1],[protobuf@googlegroups.com],[protobuf])
20+
AC_INIT([Protocol Buffers],[3.10.0-rc-1],[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.9.1</version>
8+
<version>3.10.0-rc1</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.9.1</VersionPrefix>
7+
<VersionPrefix>3.10.0-rc1</VersionPrefix>
88
<LangVersion>6</LangVersion>
99
<Authors>Google Inc.</Authors>
1010
<TargetFrameworks>netstandard1.0;netstandard2.0;net45</TargetFrameworks>

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.9.1</version>
7+
<version>3.10.0-rc-1</version>
88
<packaging>pom</packaging>
99

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

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.9.1</version>
7+
<version>3.10.0-rc-1</version>
88
<packaging>pom</packaging>
99

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

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.9.1",
3+
"version": "3.10.0-rc.1",
44
"description": "Protocol Buffers for JavaScript",
55
"main": "google-protobuf.js",
66
"files": [

php/ext/google/protobuf/package.xml

+20-6
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<email>protobuf-opensource@google.com</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2019-08-02</date>
14-
<time>15:59:08</time>
13+
<date>2019-09-04</date>
14+
<time>13:24:25</time>
1515
<version>
16-
<release>3.9.1</release>
17-
<api>3.9.1</api>
16+
<release>3.10.0RC1</release>
17+
<api>3.10.0</api>
1818
</version>
1919
<stability>
20-
<release>stable</release>
21-
<api>stable</api>
20+
<release>beta</release>
21+
<api>beta</api>
2222
</stability>
2323
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
2424
<notes>GA release.</notes>
@@ -389,5 +389,19 @@ G A release.
389389
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
390390
<notes>GA release.</notes>
391391
</release>
392+
<release>
393+
<version>
394+
<release>3.10.0RC1</release>
395+
<api>3.10.0</api>
396+
</version>
397+
<stability>
398+
<release>beta</release>
399+
<api>beta</api>
400+
</stability>
401+
<date>2019-09-04</date>
402+
<time>13:24:25</time>
403+
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
404+
<notes>GA release.</notes>
405+
</release>
392406
</changelog>
393407
</package>

php/ext/google/protobuf/protobuf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#include "upb.h"
3838

3939
#define PHP_PROTOBUF_EXTNAME "protobuf"
40-
#define PHP_PROTOBUF_VERSION "3.9.1"
40+
#define PHP_PROTOBUF_VERSION "3.10.0RC1"
4141

4242
#define MAX_LENGTH_OF_INT64 20
4343
#define SIZEOF_INT64 8

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.9.1</version>
11+
<version>3.10.0-rc-1</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,7 +30,7 @@
3030

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

33-
__version__ = '3.9.1'
33+
__version__ = '3.10.0rc1'
3434

3535
if __name__ != '__main__':
3636
try:

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.9.1"
3+
s.version = "3.10.0.rc.1"
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/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
PTHREAD_DEF =
1919
endif
2020

21-
PROTOBUF_VERSION = 20:1:0
21+
PROTOBUF_VERSION = 21:0:0
2222

2323
if GCC
2424
# Turn on all warnings except for sign comparison (we ignore sign comparison

src/google/protobuf/any.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/api.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/compiler/plugin.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/descriptor.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/duration.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/empty.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/field_mask.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/port_def.inc

+4-4
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,14 @@
288288

289289
// Shared google3/opensource definitions. //////////////////////////////////////
290290

291-
#define PROTOBUF_VERSION 3009001
292-
#define PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC 3009000
293-
#define PROTOBUF_MIN_PROTOC_VERSION 3009000
291+
#define PROTOBUF_VERSION 30010000
292+
#define PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC 30010000
293+
#define PROTOBUF_MIN_PROTOC_VERSION 30010000
294294
#define PROTOBUF_VERSION_SUFFIX ""
295295

296296
// The minimum library version which works with the current version of the
297297
// headers.
298-
#define GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION 3009000
298+
#define GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION 30010000
299299

300300
#if defined(GOOGLE_PROTOBUF_NO_RTTI) && GOOGLE_PROTOBUF_NO_RTTI
301301
#define PROTOBUF_RTTI 0

src/google/protobuf/source_context.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/struct.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/stubs/common.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,23 +81,23 @@ namespace internal {
8181

8282
// The current version, represented as a single integer to make comparison
8383
// easier: major * 10^6 + minor * 10^3 + micro
84-
#define GOOGLE_PROTOBUF_VERSION 3009001
84+
#define GOOGLE_PROTOBUF_VERSION 30010000
8585

8686
// A suffix string for alpha, beta or rc releases. Empty for stable releases.
8787
#define GOOGLE_PROTOBUF_VERSION_SUFFIX ""
8888

8989
// The minimum header version which works with the current version of
9090
// the library. This constant should only be used by protoc's C++ code
9191
// generator.
92-
static const int kMinHeaderVersionForLibrary = 3009000;
92+
static const int kMinHeaderVersionForLibrary = 30010000;
9393

9494
// The minimum protoc version which works with the current version of the
9595
// headers.
96-
#define GOOGLE_PROTOBUF_MIN_PROTOC_VERSION 3009000
96+
#define GOOGLE_PROTOBUF_MIN_PROTOC_VERSION 30010000
9797

9898
// The minimum header version which works with the current version of
9999
// protoc. This constant should only be used in VerifyVersion().
100-
static const int kMinHeaderVersionForProtoc = 3009000;
100+
static const int kMinHeaderVersionForProtoc = 30010000;
101101

102102
// Verifies that the headers and libraries are compatible. Use the macro
103103
// below to call this.

src/google/protobuf/timestamp.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/type.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/wrappers.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)