Skip to content

Commit 593e917

Browse files
committed
Bump version number to 3.2.0
1 parent 2c8346a commit 593e917

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
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.2.0-rc.2'
8+
s.version = '3.2.0'
99
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
1010
s.homepage = 'https://github.com/google/protobuf'
1111
s.license = 'New BSD'

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.2.0rc2],[[email protected]],[protobuf])
20+
AC_INIT([Protocol Buffers],[3.2.0],[[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.2.0-rc2</version>
8+
<version>3.2.0</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/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.0-rc2",
2+
"version": "3.2.0",
33
"title": "Google Protocol Buffers",
44
"description": "See project site for more info.",
55
"authors": [ "Google Inc." ],

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.2.0rc2</version>
9+
<version>3.2.0</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.2.0rc2</version>
14+
<version>3.2.0</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.2.0rc2</version>
9+
<version>3.2.0</version>
1010
</parent>
1111

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

javanano/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.google.protobuf.nano</groupId>
1212
<artifactId>protobuf-javanano</artifactId>
13-
<version>3.2.0rc2</version>
13+
<version>3.2.0</version>
1414
<packaging>bundle</packaging>
1515
<name>Protocol Buffer JavaNano API</name>
1616
<description>

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

php/ext/google/protobuf/package.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<date>2017-01-13</date>
1414
<time>16:06:07</time>
1515
<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>
1818
</version>
1919
<stability>
2020
<release>alpha</release>
@@ -73,8 +73,8 @@ First alpha release
7373
</release>
7474
<release>
7575
<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>
7878
</version>
7979
<stability>
8080
<release>alpha</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.2.0a1rc2"
40+
#define PHP_PROTOBUF_VERSION "3.2.0a1"
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.2.0rc2</version>
13+
<version>3.2.0</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.2.0rc2'
33+
__version__ = '3.2.0'
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.2.0.rc2"
3+
s.version = "3.2.0"
44
s.licenses = ["BSD"]
55
s.summary = "Protocol Buffers"
66
s.description = "Protocol Buffers are Google's data interchange format."

0 commit comments

Comments
 (0)