Skip to content

Commit 6973c3a

Browse files
authored
Update version number to 3.7.1 (#5947)
* Update version number to 3.7.1 * Update version number in port_def.inc
1 parent 0770795 commit 6973c3a

File tree

29 files changed

+67
-37
lines changed

29 files changed

+67
-37
lines changed

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.7.0'
8+
s.version = '3.7.1'
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.7.0],[[email protected]],[protobuf])
20+
AC_INIT([Protocol Buffers],[3.7.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.7.0</version>
8+
<version>3.7.1</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.7.0</VersionPrefix>
7+
<VersionPrefix>3.7.1</VersionPrefix>
88
<LangVersion>6</LangVersion>
99
<Authors>Google Inc.</Authors>
1010
<TargetFrameworks>netstandard1.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.7.0</version>
7+
<version>3.7.1</version>
88
<packaging>pom</packaging>
99

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

java/core/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
7+
<version>3.7.1</version>
88
</parent>
99

1010
<artifactId>protobuf-java</artifactId>

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.7.0</version>
7+
<version>3.7.1</version>
88
<packaging>pom</packaging>
99

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

java/util/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
7+
<version>3.7.1</version>
88
</parent>
99

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

php/ext/google/protobuf/package.xml

Lines changed: 18 additions & 4 deletions
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-02-28</date>
14-
<time>10:19:15</time>
13+
<date>2019-03-25</date>
14+
<time>13:23:39</time>
1515
<version>
16-
<release>3.7.0</release>
17-
<api>3.7.0</api>
16+
<release>3.7.1</release>
17+
<api>3.7.1</api>
1818
</version>
1919
<stability>
2020
<release>stable</release>
@@ -304,5 +304,19 @@ G A release.
304304
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
305305
<notes>GA release.</notes>
306306
</release>
307+
<release>
308+
<version>
309+
<release>3.7.1</release>
310+
<api>3.7.1</api>
311+
</version>
312+
<stability>
313+
<release>stable</release>
314+
<api>stable</api>
315+
</stability>
316+
<date>2019-03-25</date>
317+
<time>13:23:39</time>
318+
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
319+
<notes>GA release.</notes>
320+
</release>
307321
</changelog>
308322
</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.7.0"
40+
#define PHP_PROTOBUF_VERSION "3.7.1"
4141

4242
#define MAX_LENGTH_OF_INT64 20
4343
#define SIZEOF_INT64 8

0 commit comments

Comments
 (0)