File tree 13 files changed +32
-16
lines changed
13 files changed +32
-16
lines changed Original file line number Diff line number Diff line change 5
5
# dependent projects use the :git notation to refer to the library.
6
6
Pod ::Spec . new do |s |
7
7
s . name = 'Protobuf'
8
- s . version = '3.4.0 '
8
+ s . version = '3.4.1 '
9
9
s . summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
10
10
s . homepage = 'https://github.com/google/protobuf'
11
11
s . license = '3-Clause BSD License'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ AC_PREREQ(2.59)
17
17
# In the SVN trunk, the version should always be the next anticipated release
18
18
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
19
19
# 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] )
21
21
22
22
AM_MAINTAINER_MODE ([ enable] )
23
23
Original file line number Diff line number Diff line change 5
5
<title >Google Protocol Buffers tools</title >
6
6
<summary >Tools for Protocol Buffers - Google's data interchange format.</summary >
7
7
<description >See project site for more info.</description >
8
- <version >3.4.0 </version >
8
+ <version >3.4.1 </version >
9
9
<authors >Google Inc.</authors >
10
10
<owners >protobuf-packages</owners >
11
11
<licenseUrl >https://github.com/google/protobuf/blob/master/LICENSE</licenseUrl >
Original file line number Diff line number Diff line change 4
4
<Description >C# runtime library for Protocol Buffers - Google's data interchange format.</Description >
5
5
<Copyright >Copyright 2015, Google Inc.</Copyright >
6
6
<AssemblyTitle >Google Protocol Buffers</AssemblyTitle >
7
- <VersionPrefix >3.4.0 </VersionPrefix >
7
+ <VersionPrefix >3.4.1 </VersionPrefix >
8
8
<Authors >Google Inc.</Authors >
9
9
<TargetFrameworks >netstandard1.0;net45</TargetFrameworks >
10
10
<GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.google.protobuf</groupId >
8
8
<artifactId >protobuf-parent</artifactId >
9
- <version >3.4.0 </version >
9
+ <version >3.4.1 </version >
10
10
</parent >
11
11
12
12
<artifactId >protobuf-java</artifactId >
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.google.protobuf</groupId >
13
13
<artifactId >protobuf-parent</artifactId >
14
- <version >3.4.0 </version >
14
+ <version >3.4.1 </version >
15
15
<packaging >pom</packaging >
16
16
17
17
<name >Protocol Buffers [Parent]</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.google.protobuf</groupId >
8
8
<artifactId >protobuf-parent</artifactId >
9
- <version >3.4.0 </version >
9
+ <version >3.4.1 </version >
10
10
</parent >
11
11
12
12
<artifactId >protobuf-java-util</artifactId >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " google-protobuf" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"description" : " Protocol Buffers for JavaScript" ,
5
5
"main" : " google-protobuf.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 10
10
11
11
<active >yes</active >
12
12
</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 >
15
15
<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 >
18
18
</version >
19
19
<stability >
20
20
<release >stable</release >
@@ -149,6 +149,22 @@ GA release.
149
149
<time >15:33:07</time >
150
150
<license uri =" https://opensource.org/licenses/BSD-3-Clause" >3-Clause BSD License</license >
151
151
<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 >
152
168
GA release.
153
169
</notes >
154
170
</release >
Original file line number Diff line number Diff line change 37
37
#include "upb.h"
38
38
39
39
#define PHP_PROTOBUF_EXTNAME "protobuf"
40
- #define PHP_PROTOBUF_VERSION "3.4.0 "
40
+ #define PHP_PROTOBUF_VERSION "3.4.1 "
41
41
42
42
#define MAX_LENGTH_OF_INT64 20
43
43
#define SIZEOF_INT64 8
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >com.google.protobuf</groupId >
12
12
<artifactId >protoc</artifactId >
13
- <version >3.4.0 </version >
13
+ <version >3.4.1 </version >
14
14
<packaging >pom</packaging >
15
15
<name >Protobuf Compiler</name >
16
16
<description >
Original file line number Diff line number Diff line change 30
30
31
31
# Copyright 2007 Google Inc. All Rights Reserved.
32
32
33
- __version__ = '3.4.0 '
33
+ __version__ = '3.4.1 '
34
34
35
35
if __name__ != '__main__' :
36
36
try :
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = "google-protobuf"
3
- s . version = "3.4.0.2 "
3
+ s . version = "3.4.1 "
4
4
s . licenses = [ "BSD-3-Clause" ]
5
5
s . summary = "Protocol Buffers"
6
6
s . description = "Protocol Buffers are Google's data interchange format."
You can’t perform that action at this time.
0 commit comments