Skip to content

Commit 52b2447

Browse files
rafi-kamalTeBoring
authored andcommitted
Update version to 3.9.2 (#6682)
1 parent cfee7d8 commit 52b2447

30 files changed

+47
-33
lines changed

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.9.2'
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],[[email protected]],[protobuf])
20+
AC_INIT([Protocol Buffers],[3.9.2],[[email protected]],[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.9.2</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.9.2</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.9.2</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.9.1</version>
7+
<version>3.9.2</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.9.1</version>
7+
<version>3.9.2</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.9.1</version>
7+
<version>3.9.2</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.9.1</version>
7+
<version>3.9.2</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.9.1",
3+
"version": "3.9.2",
44
"description": "Protocol Buffers for JavaScript",
55
"main": "google-protobuf.js",
66
"files": [

php/ext/google/protobuf/package.xml

+18-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
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-20</date>
14+
<time>13:01:01</time>
1515
<version>
16-
<release>3.9.1</release>
17-
<api>3.9.1</api>
16+
<release>3.9.2</release>
17+
<api>3.9.2</api>
1818
</version>
1919
<stability>
2020
<release>stable</release>
@@ -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.9.2</release>
395+
<api>3.9.2</api>
396+
</version>
397+
<stability>
398+
<release>stable</release>
399+
<api>stable</api>
400+
</stability>
401+
<date>2019-09-20</date>
402+
<time>13:01:01</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.9.2"
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.9.2</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.9.2'
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.9.2"
44
s.licenses = ["BSD-3-Clause"]
55
s.summary = "Protocol Buffers"
66
s.description = "Protocol Buffers are Google's data interchange format."

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 = 20:2:0
2222

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

src/google/protobuf/any.pb.h

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

src/google/protobuf/api.pb.h

+1-1
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

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

src/google/protobuf/descriptor.pb.h

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

src/google/protobuf/duration.pb.h

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

src/google/protobuf/empty.pb.h

+1-1
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

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

src/google/protobuf/port_def.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285

286286
// Shared google3/opensource definitions. //////////////////////////////////////
287287

288-
#define PROTOBUF_VERSION 3009001
288+
#define PROTOBUF_VERSION 3009002
289289
#define PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC 3009000
290290
#define PROTOBUF_MIN_PROTOC_VERSION 3009000
291291
#define PROTOBUF_VERSION_SUFFIX ""

src/google/protobuf/source_context.pb.h

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

src/google/protobuf/struct.pb.h

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

src/google/protobuf/stubs/common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ 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 3009002
8585

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

src/google/protobuf/timestamp.pb.h

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

src/google/protobuf/type.pb.h

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

src/google/protobuf/wrappers.pb.h

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

0 commit comments

Comments
 (0)