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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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],[[email protected]],[protobuf])
20+
AC_INIT([Protocol Buffers],[3.10.0-rc-1],[[email protected]],[protobuf])
2121

2222
AM_MAINTAINER_MODE([enable])
2323

csharp/Google.Protobuf.Tools.nuspec

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<email>[email protected]</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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)