Commit 593e917 1 parent 2c8346a commit 593e917 Copy full SHA for 593e917
File tree 14 files changed +17
-17
lines changed
14 files changed +17
-17
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.2.0-rc.2 '
8
+ s . version = '3.2.0'
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 = 'New BSD'
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.2.0rc2 ] ,
[ [email protected] ] ,
[ protobuf] )
20
+ AC_INIT ( [ Protocol Buffers] ,
[ 3.2.0 ] ,
[ [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.2.0-rc2 </version >
8
+ <version >3.2.0</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 1
1
{
2
- "version" : " 3.2.0-rc2 " ,
2
+ "version" : " 3.2.0" ,
3
3
"title" : " Google Protocol Buffers" ,
4
4
"description" : " See project site for more info." ,
5
5
"authors" : [ " Google Inc." ],
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.2.0rc2 </version >
9
+ <version >3.2.0 </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.2.0rc2 </version >
14
+ <version >3.2.0 </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.2.0rc2 </version >
9
+ <version >3.2.0 </version >
10
10
</parent >
11
11
12
12
<artifactId >protobuf-java-util</artifactId >
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >com.google.protobuf.nano</groupId >
12
12
<artifactId >protobuf-javanano</artifactId >
13
- <version >3.2.0rc2 </version >
13
+ <version >3.2.0 </version >
14
14
<packaging >bundle</packaging >
15
15
<name >Protocol Buffer JavaNano API</name >
16
16
<description >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " google-protobuf" ,
3
- "version" : " 3.2.0-rc.2 " ,
3
+ "version" : " 3.2.0" ,
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 13
13
<date >2017-01-13</date >
14
14
<time >16:06:07</time >
15
15
<version >
16
- <release >3.2.0a1rc2 </release >
17
- <api >3.2.0a1rc2 </api >
16
+ <release >3.2.0a1 </release >
17
+ <api >3.2.0a1 </api >
18
18
</version >
19
19
<stability >
20
20
<release >alpha</release >
@@ -73,8 +73,8 @@ First alpha release
73
73
</release >
74
74
<release >
75
75
<version >
76
- <release >3.2.0a1rc2 </release >
77
- <api >3.2.0a1rc2 </api >
76
+ <release >3.2.0a1 </release >
77
+ <api >3.2.0a1 </api >
78
78
</version >
79
79
<stability >
80
80
<release >alpha</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.2.0a1rc2 "
40
+ #define PHP_PROTOBUF_VERSION "3.2.0a1 "
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.2.0rc2 </version >
13
+ <version >3.2.0 </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.2.0rc2 '
33
+ __version__ = '3.2.0 '
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.2.0.rc2 "
3
+ s . version = "3.2.0"
4
4
s . licenses = [ "BSD" ]
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