Skip to content

Commit b04e5cb

Browse files
authored
Merge pull request #3642 from pherl/3.4.x
Bump version for minor release
2 parents 3d78561 + dba647a commit b04e5cb

File tree

13 files changed

+32
-16
lines changed

13 files changed

+32
-16
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.4.0'
8+
s.version = '3.4.1'
99
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
1010
s.homepage = 'https://github.com/google/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.4.0],[[email protected]],[protobuf])
20+
AC_INIT([Protocol Buffers],[3.4.1],[[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.4.0</version>
8+
<version>3.4.1</version>
99
<authors>Google Inc.</authors>
1010
<owners>protobuf-packages</owners>
1111
<licenseUrl>https://github.com/google/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.4.0</VersionPrefix>
7+
<VersionPrefix>3.4.1</VersionPrefix>
88
<Authors>Google Inc.</Authors>
99
<TargetFrameworks>netstandard1.0;net45</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

java/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.protobuf</groupId>
88
<artifactId>protobuf-parent</artifactId>
9-
<version>3.4.0</version>
9+
<version>3.4.1</version>
1010
</parent>
1111

1212
<artifactId>protobuf-java</artifactId>

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.google.protobuf</groupId>
1313
<artifactId>protobuf-parent</artifactId>
14-
<version>3.4.0</version>
14+
<version>3.4.1</version>
1515
<packaging>pom</packaging>
1616

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

java/util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.protobuf</groupId>
88
<artifactId>protobuf-parent</artifactId>
9-
<version>3.4.0</version>
9+
<version>3.4.1</version>
1010
</parent>
1111

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

php/ext/google/protobuf/package.xml

+20-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>2017-01-13</date>
14-
<time>16:06:07</time>
13+
<date>2017-09-14</date>
14+
<time>11:02:07</time>
1515
<version>
16-
<release>3.4.0</release>
17-
<api>3.4.0</api>
16+
<release>3.4.1</release>
17+
<api>3.4.1</api>
1818
</version>
1919
<stability>
2020
<release>stable</release>
@@ -149,6 +149,22 @@ GA release.
149149
<time>15:33:07</time>
150150
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
151151
<notes>
152+
GA release.
153+
</notes>
154+
</release>
155+
<release>
156+
<version>
157+
<release>3.4.1</release>
158+
<api>3.4.1</api>
159+
</version>
160+
<stability>
161+
<release>stable</release>
162+
<api>stable</api>
163+
</stability>
164+
<date>2017-09-14</date>
165+
<time>11:02:07</time>
166+
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
167+
<notes>
152168
GA release.
153169
</notes>
154170
</release>

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.4.0"
40+
#define PHP_PROTOBUF_VERSION "3.4.1"
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
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.google.protobuf</groupId>
1212
<artifactId>protoc</artifactId>
13-
<version>3.4.0</version>
13+
<version>3.4.1</version>
1414
<packaging>pom</packaging>
1515
<name>Protobuf Compiler</name>
1616
<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.4.0'
33+
__version__ = '3.4.1'
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.4.0.2"
3+
s.version = "3.4.1"
44
s.licenses = ["BSD-3-Clause"]
55
s.summary = "Protocol Buffers"
66
s.description = "Protocol Buffers are Google's data interchange format."

0 commit comments

Comments
 (0)