Update protobuf version
diff --git a/Protobuf-C++.podspec b/Protobuf-C++.podspec
index 30b276d..3f250e2 100644
--- a/Protobuf-C++.podspec
+++ b/Protobuf-C++.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Protobuf-C++'
- s.version = '3.14.0-rc3'
+ s.version = '3.14.0'
s.summary = 'Protocol Buffers v3 runtime library for C++.'
s.homepage = 'https://github.com/google/protobuf'
s.license = '3-Clause BSD License'
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 44f93b5..7a7363a 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -5,7 +5,7 @@
# dependent projects use the :git notation to refer to the library.
Pod::Spec.new do |s|
s.name = 'Protobuf'
- s.version = '3.14.0-rc3'
+ s.version = '3.14.0'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/protocolbuffers/protobuf'
s.license = '3-Clause BSD License'
diff --git a/configure.ac b/configure.ac
index b994785..eb70a76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
# In the SVN trunk, the version should always be the next anticipated release
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
# the size of one file name in the dist tarfile over the 99-char limit.)
-AC_INIT([Protocol Buffers],[3.14.0-rc-3],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.14.0],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])
diff --git a/csharp/Google.Protobuf.Tools.nuspec b/csharp/Google.Protobuf.Tools.nuspec
index 3df7ffe..0fb4b15 100644
--- a/csharp/Google.Protobuf.Tools.nuspec
+++ b/csharp/Google.Protobuf.Tools.nuspec
@@ -5,7 +5,7 @@
<title>Google Protocol Buffers tools</title>
<summary>Tools for Protocol Buffers - Google's data interchange format.</summary>
<description>See project site for more info.</description>
- <version>3.14.0-rc3</version>
+ <version>3.14.0</version>
<authors>Google Inc.</authors>
<owners>protobuf-packages</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
index 1a8d85f..224f1ca 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
@@ -4,7 +4,7 @@
<Description>C# runtime library for Protocol Buffers - Google's data interchange format.</Description>
<Copyright>Copyright 2015, Google Inc.</Copyright>
<AssemblyTitle>Google Protocol Buffers</AssemblyTitle>
- <VersionPrefix>3.14.0-rc3</VersionPrefix>
+ <VersionPrefix>3.14.0</VersionPrefix>
<!-- C# 7.2 is required for Span/BufferWriter/ReadOnlySequence -->
<LangVersion>7.2</LangVersion>
<Authors>Google Inc.</Authors>
diff --git a/java/bom/pom.xml b/java/bom/pom.xml
index a69a794..209a4b5 100644
--- a/java/bom/pom.xml
+++ b/java/bom/pom.xml
@@ -4,7 +4,7 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-bom</artifactId>
- <version>3.14.0-rc-3</version>
+ <version>3.14.0</version>
<packaging>pom</packaging>
<name>Protocol Buffers [BOM]</name>
diff --git a/java/core/pom.xml b/java/core/pom.xml
index 85349b5..6c0732a 100644
--- a/java/core/pom.xml
+++ b/java/core/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
- <version>3.14.0-rc-3</version>
+ <version>3.14.0</version>
</parent>
<artifactId>protobuf-java</artifactId>
diff --git a/java/lite/pom.xml b/java/lite/pom.xml
index 66b5818..104c5c1 100644
--- a/java/lite/pom.xml
+++ b/java/lite/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
- <version>3.14.0-rc-3</version>
+ <version>3.14.0</version>
</parent>
<artifactId>protobuf-javalite</artifactId>
diff --git a/java/pom.xml b/java/pom.xml
index 65cad06..3283268 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -4,7 +4,7 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
- <version>3.14.0-rc-3</version>
+ <version>3.14.0</version>
<packaging>pom</packaging>
<name>Protocol Buffers [Parent]</name>
diff --git a/java/util/pom.xml b/java/util/pom.xml
index dcb0631..75457fb 100644
--- a/java/util/pom.xml
+++ b/java/util/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
- <version>3.14.0-rc-3</version>
+ <version>3.14.0</version>
</parent>
<artifactId>protobuf-java-util</artifactId>
diff --git a/js/package.json b/js/package.json
index 555cf47..6bbc115 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "google-protobuf",
- "version": "3.14.0-rc.3",
+ "version": "3.14.0",
"description": "Protocol Buffers for JavaScript",
"main": "google-protobuf.js",
"files": [
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index db76bcb..557f8ff 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -10,15 +10,15 @@
<email>protobuf-opensource@google.com</email>
<active>yes</active>
</lead>
- <date>2020-11-11</date>
- <time>10:35:18</time>
+ <date>2020-11-12</date>
+ <time>14:06:40</time>
<version>
- <release>3.14.0RC3</release>
+ <release>3.14.0</release>
<api>3.14.0</api>
</version>
<stability>
- <release>beta</release>
- <api>beta</api>
+ <release>stable</release>
+ <api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>PHP protobuf</notes>
@@ -735,5 +735,20 @@
<notes>
</notes>
</release>
+ <release>
+ <version>
+ <release>3.14.0</release>
+ <api>3.14.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2020-11-12</date>
+ <time>14:06:40</time>
+ <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
+ <notes>
+ </notes>
+ </release>
</changelog>
</package>
diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h
index ed2e0b8..fe0b5a7 100644
--- a/php/ext/google/protobuf/protobuf.h
+++ b/php/ext/google/protobuf/protobuf.h
@@ -69,7 +69,7 @@
#define PROTO_STRLEN_P(obj) ZSTR_LEN(obj)
#endif
-#define PHP_PROTOBUF_VERSION "3.14.0RC3"
+#define PHP_PROTOBUF_VERSION "3.14.0"
// ptr -> PHP object cache. This is a weak map that caches lazily-created
// wrapper objects around upb types:
diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml
index 38487c8..97fd11e 100644
--- a/protoc-artifacts/pom.xml
+++ b/protoc-artifacts/pom.xml
@@ -8,7 +8,7 @@
</parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protoc</artifactId>
- <version>3.14.0-rc-3</version>
+ <version>3.14.0</version>
<packaging>pom</packaging>
<name>Protobuf Compiler</name>
<description>
diff --git a/protoc-artifacts/target/gpg/target/linux/aarch_64/protoc.exe.asc b/protoc-artifacts/target/gpg/target/linux/aarch_64/protoc.exe.asc
new file mode 100644
index 0000000..3ee8fb1
--- /dev/null
+++ b/protoc-artifacts/target/gpg/target/linux/aarch_64/protoc.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYQACgkQSx4R1aS5
+HomYCgwAn7IvGzQF9ieYLbPMAWGhXjFfTFb1zAK7iQAYNgRlRC0nnL466wTmI2XG
+7+Q6SWzlTsOYbtPXN2mOyBBitHox1Q8BE3s8vwj47bGMk78WWLl8MDGlbQ+ISXuO
+lLeq0/EbEKQXqobbm8UFR2oCORpCRNTrZGqEyyD/nQjev8OvVhA/KHVfgSthn6oz
+Zq/7QrAmq0KBhSIDy2ArB6qxU4UBBs1WLM262/YRm5zAw7VOgcqJy6TjEp04mSwJ
+bhTfyV6XOpO1XwVrDCX/h8Ty95/t48a0GA1hqxVTkdEyJa2nBO+Q2uPfUOpeFt4+
+6VdCGhWaYlxNpa8T9fPOUu1VFkE4akKiBk4LZDGp+feaaVIY5Wmie8WmMelJpPKe
+7pvmpIUHc0qaeEycCjjJFt8Pm3AaEO21I2xY1QoWyAfhuXRVQG9pGvEmkCAJ5e6C
+qhaP2eYCRThQwlgN2fI9tF6w2MMQLsy7YMYjN/ZlAXxNDa/yhU9k4eANPB3cMGmj
+pfvJQwgl
+=HIrY
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/gpg/target/linux/ppcle_64/protoc.exe.asc b/protoc-artifacts/target/gpg/target/linux/ppcle_64/protoc.exe.asc
new file mode 100644
index 0000000..fa49ac3
--- /dev/null
+++ b/protoc-artifacts/target/gpg/target/linux/ppcle_64/protoc.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYQACgkQSx4R1aS5
+HomNhAv+Lx00c4Hl1mSi6BTGfsIpH0GYOj3YDWmGT/eeUjr2NGcNN3Ks9OjZ+luU
+E0SyOaJV0I8rzJvvrQk+HMimwpvtobULYqBMtVecwBwilospR+Fn2TiRGYTdpoJ2
+2TafQk4wmP845LeMjHSY2/EJ3f9/DKwMSTZqGrG6C7uceCpjdeu6E8p7Aj5lE5T1
+7bOqYYx+M1vJqLZJdNsDPJzT8qYc02rYMg27o+p2LiZ4a5gCH/lcVmPJLPRJj7Oq
+VP3Ew9r606wDdRiVkUKsOckdoT2LNWFqS0sQzfzC+6rdIm/AJ9jgNS2k4YmZa2p/
+8l6mwrSC50it2ElOo/4lX52olFwpNvbXnxBnI3zhe2eUdrDx5QrOzYBfFWJb/ChO
+M66PkHkzgbw+hbm7BtxYoVs8wMmO4Kx0i/OKc8oIqEXZ0j1O8FJ2xNl4YGEXUdp0
+mjVGDYcfBrA+dhpDkXdVOUcoUFKVW8MMU6Tn72evdAooqn/sUWYXKWW/MaR09QXL
+B72u+Qns
+=AhBY
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/gpg/target/linux/s390x/protoc.exe.asc b/protoc-artifacts/target/gpg/target/linux/s390x/protoc.exe.asc
new file mode 100644
index 0000000..5008adb
--- /dev/null
+++ b/protoc-artifacts/target/gpg/target/linux/s390x/protoc.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYUACgkQSx4R1aS5
+HokM+wwAkj/eAZ8l8bsJJQX+W9tXSm6hAfz1gxXHwlNL9qGEPKROPwjvNb7TBrt1
+W+clfl5qGQPnoMC0u/xiT/Mygs/uh2AYsdfDzVYCQPGe6NrrbqU75Jc+xTe8ki8p
+gLrrI0cEEMr+Sg2XztYn7KVDR/LSruHpr2OqwBFUTyOlU/KpAj5qYdyotahzDagA
+hrEBVgJQHn8xYGJQt7P4t5eo1JEq6ptZb+0dAYCM5Hpm69b1RbsNx56vSYcWtNoh
+tOZwOSiIsvUedWIBK0ksBqrDWqGGGZiw0VYP1++YnBEMbPfvAOTLJQj9MdYvbD7x
+VFinD0m7W5cX/N7/YXEBIbz+oUg8/mdr6xFPC62XMVjebk+Y2zqkd0KJ5YEVfT+n
+sXyEaq4HyWAMtONLfoxydstwLOPJZcqLAbkFuCfwasZuf169Z8yLJuQHP9X1rjSu
+/ODYAMbgvPCF2pu/X1wX7mAu7l2PuIzURG/MhQTgdpZpvKZ2ZRglyVUzh1yqsG2g
+eYqwruQB
+=owDB
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/gpg/target/linux/x86_32/protoc.exe.asc b/protoc-artifacts/target/gpg/target/linux/x86_32/protoc.exe.asc
new file mode 100644
index 0000000..20a01c7
--- /dev/null
+++ b/protoc-artifacts/target/gpg/target/linux/x86_32/protoc.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYMACgkQSx4R1aS5
+HolGEQwAm4nYn/LgYfAh8h457poavjYqNIrhTUTUxcUOhy4iXSLgQOJfS8uiy50L
++tG/iEuv8CC2SgrOfv//YWqUMFughzxGlWtQpoXX5TRLSlQjuP4P2IS3vNLCXtVJ
+pcjN54NuR1HsXATvgXtSYFzKZrz62qXE/8gEEE4YTSWIif62tpQ44e8uwaPkZC7d
+HX+OEjEllvcQI1FlkoEsCXvasDP1HJUXqpevHUC7Gi1pYGDMObuMz0Obk0uJZ5ZY
+So9YPCh7Cp+bYBdC+EXSNomAlps2FWPzudHu9ptt0DUyjvia705Uio0f4ZaVFQR4
+qeeERr7GeeOigijaIa3ttMpTW2v8nD6KxKPTEN1GoX8P+Hzcz+QJwkruKyxjGqXh
+xGllwZYvtks4k3vAN+q28v192v6ZSbv+8+XdlTNmCi1MLAcw/CKOlVPFwU7JbkhZ
+in4U+BZLph7b+GQ0HIK+z1Lah29f5GUmbPoWwLZb/X/+e/f1lq75mwaIzb00UAUk
+Fzaas6oZ
+=StmF
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/gpg/target/linux/x86_64/protoc.exe.asc b/protoc-artifacts/target/gpg/target/linux/x86_64/protoc.exe.asc
new file mode 100644
index 0000000..5049daa
--- /dev/null
+++ b/protoc-artifacts/target/gpg/target/linux/x86_64/protoc.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYIACgkQSx4R1aS5
+HokOJQv+M3fZ16Vj6WLV0rGRcDdAdDKixQSdVU7RRc0t1y0P/ba+dgBEuWVxYM77
+wcPExXceG5TtP/GMKY5Eq1T/0c8cG0Fc3kpxRQG/w+pkES+3ZQz81iltgNYlFjl2
+z7a2ObkHWTWOpSXI1dG3ZS/HKhIXX8t5HefivDeJtWuFP0A3jydIRaXrkNrCE8Nw
+8PkowJdmICFsP8GiZBvzWfAchB4DcY7gJvUlAyYzomDhj6ZeTA9DxPUT49ga3KCt
+NMGvWI5nHMd1HX7GF9+MtWcXKB/1FMKihGmsRKTUbhRWduNT/DRJ7RSPcP5Z2v6C
+7i7Ptc/bJ7QJrTkXHHHzwo6eg4mHYC7FgM4bYqxwgRBPz3xYSiIWkpCkrxromWDK
+QO7v2cGQsquXoBvDwYSGVzDqDQ8Ww4KOFdm+cek3HTI9HudXg3FQ7dSFPphdj/i8
+inuB9CYRVXIMCR12BY/zFos7+xQxMg1FbyESUQgpfWkYshYccomL5Pc4U7GYlY3A
+mhIBncGO
+=Rru7
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/gpg/target/osx/x86_64/protoc.exe.asc b/protoc-artifacts/target/gpg/target/osx/x86_64/protoc.exe.asc
new file mode 100644
index 0000000..b69a460
--- /dev/null
+++ b/protoc-artifacts/target/gpg/target/osx/x86_64/protoc.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYQACgkQSx4R1aS5
+Holl4Av+Mhat497ChCdQQnxi4vqevoY5t4hvKj5RQvUDE71FuKZFLTzQk5or3zL0
+XkF6JEC42fdbRMJS+dfJoLIDvcCxf4CJM9h6ZKgRjjZpfJkzUkcz6tIpwaMMufqe
+riouZBAF3LVe07dJOzAj9wA1Ky+VrYvmxQ1dZiMipj2nSqnyTBKpEDj5GfPrezCu
+LVHy534Mme+CMhayUP4B1JJzt/tYRn4HOSFn99dH8SsQAHAO0IpfoEBSnIyLdkfG
++BeL7dIFuvPwd+/y0M1OkCOOxoa2+r5EPYccn+6FPz1Hy7FOcGxFQcKrxuHxGO/m
+7f3g7ill74Zzp7ZnmlugaR3CzNh4RgFm/mZRx/ANjXLtT2NY1SWLLcj8+pmxftAV
+Kn/pfLZwVyXlFvioW/EyZfNX7Z41Bxv7BRNb5Ev9VfdS5IucNPW0wwtn4NIuBMnW
+lK2ur+PUU6N1+5a1kAnsJijTxXpLc9hK6V7vXY6LZMNHIMytL3C86NSu1sesc9QR
+8AMcfve+
+=DxG/
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/gpg/target/windows/x86_32/protoc.exe.asc b/protoc-artifacts/target/gpg/target/windows/x86_32/protoc.exe.asc
new file mode 100644
index 0000000..f11f4f8
--- /dev/null
+++ b/protoc-artifacts/target/gpg/target/windows/x86_32/protoc.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYMACgkQSx4R1aS5
+HolwHwwAwQ46F2vYUOa6dybJwSezczQXCvRFlJfxxJmA34JDOZyGIoEo1BVYI507
+vaFakWp2cUsvZaJ6qexrtEcraLy3SMQEYH2xuiUxD3CE8duzVSqrAT03hGZW3hBZ
+2F9iFBLDDuYXJXZjKoaSOe88EHX1VwCLRi3weI/g6UkW9pSUN72ZBgCsaxcMky51
+3yo4EB9cBwY1JyRNK4mvuxmIXC6UHa0Dv48HriWI0xUaUMjQ3Y4iw8M30trHmBxF
+DoyBl+hA8HGMBcMNs2JkCcg4vj4c2ZGYElYTg0pkO7DO0hFHdqOjCo57zXOqISb6
+ZK0BAKH9FyIm8ZC1IniYXP24CNwH5OM/C1xaZ4raGEL/8AWC/exoUMnjXI9PabZ7
+02yG0tQEbn+Z+4heY3T/2D5pVPcSU1qydZCfBLUv66uXakuboXKzTJGTkDmr4+EV
+tPVFsflRH2hm2t7qrExRdUiIlsh0c5yc1dDhysxY5bGBuiZrHAPyxiCBZz9vgKwk
+fkVKAwsn
+=3Sqf
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/gpg/target/windows/x86_64/protoc.exe.asc b/protoc-artifacts/target/gpg/target/windows/x86_64/protoc.exe.asc
new file mode 100644
index 0000000..5d9e689
--- /dev/null
+++ b/protoc-artifacts/target/gpg/target/windows/x86_64/protoc.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYMACgkQSx4R1aS5
+Hond+gwAlPaqjBP+rP+aMUSQfNVGBfzQSYDNVe4ovalYRBQD9B6hFwxjtZoSdU+8
+jMaUBp8uUarueUDwwpielEo3pDG5FcrgrxXYOIqBZFYiWcr/M9CukeDkYLN3IjdW
+zH+ErpN6gM3qTPqNuaaEXssmyxN65Ei1bgRIsfIpiJt2P39ujGPL3U0Oi2x+AOcb
+uctmqHA2XNVKT9xn9G++ITpxlU6YSQ71ujRurA5B3kyRvsOLIE5lTteGva/BxW2W
+BANIQtXmEqEHffckOFchtR0JxxHwfLZvDC2XTtguRjWSm2WpFaVo4KyyXPu1rWzz
+eT6DhRpJW4PgYtDwxFcYzpvtZDYMD0sUZqIygx2bNpG3MHhP+AK/WANtBI2xTkFc
+/bZYBiC9hKVB7tvP4aIqPgkIybeioVFoWqJBrnWC2gUPcjpQQD04ewB40B1EV457
+MsbnSlIlG1rC+JYVUx0TzfKUEUU9cMOcstqnIvGEXUZrJIv113xJQvuCjURUZf4j
+q8MV175L
+=hZMH
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/linux/aarch_64/protoc.exe b/protoc-artifacts/target/linux/aarch_64/protoc.exe
new file mode 100644
index 0000000..b7a8e66
--- /dev/null
+++ b/protoc-artifacts/target/linux/aarch_64/protoc.exe
Binary files differ
diff --git a/protoc-artifacts/target/linux/ppcle_64/protoc.exe b/protoc-artifacts/target/linux/ppcle_64/protoc.exe
new file mode 100644
index 0000000..c9392a4
--- /dev/null
+++ b/protoc-artifacts/target/linux/ppcle_64/protoc.exe
Binary files differ
diff --git a/protoc-artifacts/target/linux/s390x/protoc.exe b/protoc-artifacts/target/linux/s390x/protoc.exe
new file mode 100644
index 0000000..81798c1
--- /dev/null
+++ b/protoc-artifacts/target/linux/s390x/protoc.exe
Binary files differ
diff --git a/protoc-artifacts/target/linux/x86_32/protoc.exe b/protoc-artifacts/target/linux/x86_32/protoc.exe
new file mode 100644
index 0000000..19cb4f3
--- /dev/null
+++ b/protoc-artifacts/target/linux/x86_32/protoc.exe
Binary files differ
diff --git a/protoc-artifacts/target/linux/x86_64/protoc.exe b/protoc-artifacts/target/linux/x86_64/protoc.exe
new file mode 100644
index 0000000..784ec94
--- /dev/null
+++ b/protoc-artifacts/target/linux/x86_64/protoc.exe
Binary files differ
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77.properties b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77.properties
new file mode 100644
index 0000000..44495b5
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77.properties
@@ -0,0 +1,6 @@
+#Generated by org.sonatype.plugins:nexus-staging-maven-plugin:1.6.3
+#Thu Nov 12 14:05:18 PST 2020
+stagingRepository.id=comgoogleprotobuf-1051
+stagingRepository.url=https\://oss.sonatype.org\:443/content/repositories/comgoogleprotobuf-1051
+stagingRepository.profileId=26d0b11ce1ac77
+stagingRepository.managed=true
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/.index b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/.index
new file mode 100644
index 0000000..59c0c38
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/.index
@@ -0,0 +1,18 @@
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3.pom=com.google.protobuf:protoc:3.14.0-rc-3:n/a:pom:pom:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_64.exe=com.google.protobuf:protoc:3.14.0-rc-3:linux-x86_64:exe:exe:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_32.exe=com.google.protobuf:protoc:3.14.0-rc-3:linux-x86_32:exe:exe:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_64.exe=com.google.protobuf:protoc:3.14.0-rc-3:windows-x86_64:exe:exe:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_32.exe=com.google.protobuf:protoc:3.14.0-rc-3:windows-x86_32:exe:exe:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-osx-x86_64.exe=com.google.protobuf:protoc:3.14.0-rc-3:osx-x86_64:exe:exe:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-aarch_64.exe=com.google.protobuf:protoc:3.14.0-rc-3:linux-aarch_64:exe:exe:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-ppcle_64.exe=com.google.protobuf:protoc:3.14.0-rc-3:linux-ppcle_64:exe:exe:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-s390x.exe=com.google.protobuf:protoc:3.14.0-rc-3:linux-s390x:exe:exe:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3.pom.asc=com.google.protobuf:protoc:3.14.0-rc-3:n/a:pom.asc:pom.asc:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_64.exe.asc=com.google.protobuf:protoc:3.14.0-rc-3:linux-x86_64:exe.asc:exe.asc:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_32.exe.asc=com.google.protobuf:protoc:3.14.0-rc-3:linux-x86_32:exe.asc:exe.asc:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_64.exe.asc=com.google.protobuf:protoc:3.14.0-rc-3:windows-x86_64:exe.asc:exe.asc:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_32.exe.asc=com.google.protobuf:protoc:3.14.0-rc-3:windows-x86_32:exe.asc:exe.asc:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-osx-x86_64.exe.asc=com.google.protobuf:protoc:3.14.0-rc-3:osx-x86_64:exe.asc:exe.asc:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-aarch_64.exe.asc=com.google.protobuf:protoc:3.14.0-rc-3:linux-aarch_64:exe.asc:exe.asc:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-ppcle_64.exe.asc=com.google.protobuf:protoc:3.14.0-rc-3:linux-ppcle_64:exe.asc:exe.asc:n/a:n/a
+com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-s390x.exe.asc=com.google.protobuf:protoc:3.14.0-rc-3:linux-s390x:exe.asc:exe.asc:n/a:n/a
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-aarch_64.exe b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-aarch_64.exe
new file mode 100644
index 0000000..b7a8e66
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-aarch_64.exe
Binary files differ
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-aarch_64.exe.asc b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-aarch_64.exe.asc
new file mode 100644
index 0000000..3ee8fb1
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-aarch_64.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYQACgkQSx4R1aS5
+HomYCgwAn7IvGzQF9ieYLbPMAWGhXjFfTFb1zAK7iQAYNgRlRC0nnL466wTmI2XG
+7+Q6SWzlTsOYbtPXN2mOyBBitHox1Q8BE3s8vwj47bGMk78WWLl8MDGlbQ+ISXuO
+lLeq0/EbEKQXqobbm8UFR2oCORpCRNTrZGqEyyD/nQjev8OvVhA/KHVfgSthn6oz
+Zq/7QrAmq0KBhSIDy2ArB6qxU4UBBs1WLM262/YRm5zAw7VOgcqJy6TjEp04mSwJ
+bhTfyV6XOpO1XwVrDCX/h8Ty95/t48a0GA1hqxVTkdEyJa2nBO+Q2uPfUOpeFt4+
+6VdCGhWaYlxNpa8T9fPOUu1VFkE4akKiBk4LZDGp+feaaVIY5Wmie8WmMelJpPKe
+7pvmpIUHc0qaeEycCjjJFt8Pm3AaEO21I2xY1QoWyAfhuXRVQG9pGvEmkCAJ5e6C
+qhaP2eYCRThQwlgN2fI9tF6w2MMQLsy7YMYjN/ZlAXxNDa/yhU9k4eANPB3cMGmj
+pfvJQwgl
+=HIrY
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-ppcle_64.exe b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-ppcle_64.exe
new file mode 100644
index 0000000..c9392a4
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-ppcle_64.exe
Binary files differ
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-ppcle_64.exe.asc b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-ppcle_64.exe.asc
new file mode 100644
index 0000000..fa49ac3
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-ppcle_64.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYQACgkQSx4R1aS5
+HomNhAv+Lx00c4Hl1mSi6BTGfsIpH0GYOj3YDWmGT/eeUjr2NGcNN3Ks9OjZ+luU
+E0SyOaJV0I8rzJvvrQk+HMimwpvtobULYqBMtVecwBwilospR+Fn2TiRGYTdpoJ2
+2TafQk4wmP845LeMjHSY2/EJ3f9/DKwMSTZqGrG6C7uceCpjdeu6E8p7Aj5lE5T1
+7bOqYYx+M1vJqLZJdNsDPJzT8qYc02rYMg27o+p2LiZ4a5gCH/lcVmPJLPRJj7Oq
+VP3Ew9r606wDdRiVkUKsOckdoT2LNWFqS0sQzfzC+6rdIm/AJ9jgNS2k4YmZa2p/
+8l6mwrSC50it2ElOo/4lX52olFwpNvbXnxBnI3zhe2eUdrDx5QrOzYBfFWJb/ChO
+M66PkHkzgbw+hbm7BtxYoVs8wMmO4Kx0i/OKc8oIqEXZ0j1O8FJ2xNl4YGEXUdp0
+mjVGDYcfBrA+dhpDkXdVOUcoUFKVW8MMU6Tn72evdAooqn/sUWYXKWW/MaR09QXL
+B72u+Qns
+=AhBY
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-s390x.exe b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-s390x.exe
new file mode 100644
index 0000000..81798c1
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-s390x.exe
Binary files differ
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-s390x.exe.asc b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-s390x.exe.asc
new file mode 100644
index 0000000..5008adb
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-s390x.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYUACgkQSx4R1aS5
+HokM+wwAkj/eAZ8l8bsJJQX+W9tXSm6hAfz1gxXHwlNL9qGEPKROPwjvNb7TBrt1
+W+clfl5qGQPnoMC0u/xiT/Mygs/uh2AYsdfDzVYCQPGe6NrrbqU75Jc+xTe8ki8p
+gLrrI0cEEMr+Sg2XztYn7KVDR/LSruHpr2OqwBFUTyOlU/KpAj5qYdyotahzDagA
+hrEBVgJQHn8xYGJQt7P4t5eo1JEq6ptZb+0dAYCM5Hpm69b1RbsNx56vSYcWtNoh
+tOZwOSiIsvUedWIBK0ksBqrDWqGGGZiw0VYP1++YnBEMbPfvAOTLJQj9MdYvbD7x
+VFinD0m7W5cX/N7/YXEBIbz+oUg8/mdr6xFPC62XMVjebk+Y2zqkd0KJ5YEVfT+n
+sXyEaq4HyWAMtONLfoxydstwLOPJZcqLAbkFuCfwasZuf169Z8yLJuQHP9X1rjSu
+/ODYAMbgvPCF2pu/X1wX7mAu7l2PuIzURG/MhQTgdpZpvKZ2ZRglyVUzh1yqsG2g
+eYqwruQB
+=owDB
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_32.exe b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_32.exe
new file mode 100644
index 0000000..19cb4f3
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_32.exe
Binary files differ
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_32.exe.asc b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_32.exe.asc
new file mode 100644
index 0000000..20a01c7
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_32.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYMACgkQSx4R1aS5
+HolGEQwAm4nYn/LgYfAh8h457poavjYqNIrhTUTUxcUOhy4iXSLgQOJfS8uiy50L
++tG/iEuv8CC2SgrOfv//YWqUMFughzxGlWtQpoXX5TRLSlQjuP4P2IS3vNLCXtVJ
+pcjN54NuR1HsXATvgXtSYFzKZrz62qXE/8gEEE4YTSWIif62tpQ44e8uwaPkZC7d
+HX+OEjEllvcQI1FlkoEsCXvasDP1HJUXqpevHUC7Gi1pYGDMObuMz0Obk0uJZ5ZY
+So9YPCh7Cp+bYBdC+EXSNomAlps2FWPzudHu9ptt0DUyjvia705Uio0f4ZaVFQR4
+qeeERr7GeeOigijaIa3ttMpTW2v8nD6KxKPTEN1GoX8P+Hzcz+QJwkruKyxjGqXh
+xGllwZYvtks4k3vAN+q28v192v6ZSbv+8+XdlTNmCi1MLAcw/CKOlVPFwU7JbkhZ
+in4U+BZLph7b+GQ0HIK+z1Lah29f5GUmbPoWwLZb/X/+e/f1lq75mwaIzb00UAUk
+Fzaas6oZ
+=StmF
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_64.exe b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_64.exe
new file mode 100644
index 0000000..784ec94
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_64.exe
Binary files differ
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_64.exe.asc b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_64.exe.asc
new file mode 100644
index 0000000..5049daa
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-linux-x86_64.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYIACgkQSx4R1aS5
+HokOJQv+M3fZ16Vj6WLV0rGRcDdAdDKixQSdVU7RRc0t1y0P/ba+dgBEuWVxYM77
+wcPExXceG5TtP/GMKY5Eq1T/0c8cG0Fc3kpxRQG/w+pkES+3ZQz81iltgNYlFjl2
+z7a2ObkHWTWOpSXI1dG3ZS/HKhIXX8t5HefivDeJtWuFP0A3jydIRaXrkNrCE8Nw
+8PkowJdmICFsP8GiZBvzWfAchB4DcY7gJvUlAyYzomDhj6ZeTA9DxPUT49ga3KCt
+NMGvWI5nHMd1HX7GF9+MtWcXKB/1FMKihGmsRKTUbhRWduNT/DRJ7RSPcP5Z2v6C
+7i7Ptc/bJ7QJrTkXHHHzwo6eg4mHYC7FgM4bYqxwgRBPz3xYSiIWkpCkrxromWDK
+QO7v2cGQsquXoBvDwYSGVzDqDQ8Ww4KOFdm+cek3HTI9HudXg3FQ7dSFPphdj/i8
+inuB9CYRVXIMCR12BY/zFos7+xQxMg1FbyESUQgpfWkYshYccomL5Pc4U7GYlY3A
+mhIBncGO
+=Rru7
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-osx-x86_64.exe b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-osx-x86_64.exe
new file mode 100644
index 0000000..50c91b8
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-osx-x86_64.exe
Binary files differ
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-osx-x86_64.exe.asc b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-osx-x86_64.exe.asc
new file mode 100644
index 0000000..b69a460
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-osx-x86_64.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYQACgkQSx4R1aS5
+Holl4Av+Mhat497ChCdQQnxi4vqevoY5t4hvKj5RQvUDE71FuKZFLTzQk5or3zL0
+XkF6JEC42fdbRMJS+dfJoLIDvcCxf4CJM9h6ZKgRjjZpfJkzUkcz6tIpwaMMufqe
+riouZBAF3LVe07dJOzAj9wA1Ky+VrYvmxQ1dZiMipj2nSqnyTBKpEDj5GfPrezCu
+LVHy534Mme+CMhayUP4B1JJzt/tYRn4HOSFn99dH8SsQAHAO0IpfoEBSnIyLdkfG
++BeL7dIFuvPwd+/y0M1OkCOOxoa2+r5EPYccn+6FPz1Hy7FOcGxFQcKrxuHxGO/m
+7f3g7ill74Zzp7ZnmlugaR3CzNh4RgFm/mZRx/ANjXLtT2NY1SWLLcj8+pmxftAV
+Kn/pfLZwVyXlFvioW/EyZfNX7Z41Bxv7BRNb5Ev9VfdS5IucNPW0wwtn4NIuBMnW
+lK2ur+PUU6N1+5a1kAnsJijTxXpLc9hK6V7vXY6LZMNHIMytL3C86NSu1sesc9QR
+8AMcfve+
+=DxG/
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_32.exe b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_32.exe
new file mode 100644
index 0000000..083d8c7
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_32.exe
Binary files differ
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_32.exe.asc b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_32.exe.asc
new file mode 100644
index 0000000..f11f4f8
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_32.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYMACgkQSx4R1aS5
+HolwHwwAwQ46F2vYUOa6dybJwSezczQXCvRFlJfxxJmA34JDOZyGIoEo1BVYI507
+vaFakWp2cUsvZaJ6qexrtEcraLy3SMQEYH2xuiUxD3CE8duzVSqrAT03hGZW3hBZ
+2F9iFBLDDuYXJXZjKoaSOe88EHX1VwCLRi3weI/g6UkW9pSUN72ZBgCsaxcMky51
+3yo4EB9cBwY1JyRNK4mvuxmIXC6UHa0Dv48HriWI0xUaUMjQ3Y4iw8M30trHmBxF
+DoyBl+hA8HGMBcMNs2JkCcg4vj4c2ZGYElYTg0pkO7DO0hFHdqOjCo57zXOqISb6
+ZK0BAKH9FyIm8ZC1IniYXP24CNwH5OM/C1xaZ4raGEL/8AWC/exoUMnjXI9PabZ7
+02yG0tQEbn+Z+4heY3T/2D5pVPcSU1qydZCfBLUv66uXakuboXKzTJGTkDmr4+EV
+tPVFsflRH2hm2t7qrExRdUiIlsh0c5yc1dDhysxY5bGBuiZrHAPyxiCBZz9vgKwk
+fkVKAwsn
+=3Sqf
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_64.exe b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_64.exe
new file mode 100644
index 0000000..c44dca2
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_64.exe
Binary files differ
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_64.exe.asc b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_64.exe.asc
new file mode 100644
index 0000000..5d9e689
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3-windows-x86_64.exe.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsYMACgkQSx4R1aS5
+Hond+gwAlPaqjBP+rP+aMUSQfNVGBfzQSYDNVe4ovalYRBQD9B6hFwxjtZoSdU+8
+jMaUBp8uUarueUDwwpielEo3pDG5FcrgrxXYOIqBZFYiWcr/M9CukeDkYLN3IjdW
+zH+ErpN6gM3qTPqNuaaEXssmyxN65Ei1bgRIsfIpiJt2P39ujGPL3U0Oi2x+AOcb
+uctmqHA2XNVKT9xn9G++ITpxlU6YSQ71ujRurA5B3kyRvsOLIE5lTteGva/BxW2W
+BANIQtXmEqEHffckOFchtR0JxxHwfLZvDC2XTtguRjWSm2WpFaVo4KyyXPu1rWzz
+eT6DhRpJW4PgYtDwxFcYzpvtZDYMD0sUZqIygx2bNpG3MHhP+AK/WANtBI2xTkFc
+/bZYBiC9hKVB7tvP4aIqPgkIybeioVFoWqJBrnWC2gUPcjpQQD04ewB40B1EV457
+MsbnSlIlG1rC+JYVUx0TzfKUEUU9cMOcstqnIvGEXUZrJIv113xJQvuCjURUZf4j
+q8MV175L
+=hZMH
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3.pom b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3.pom
new file mode 100644
index 0000000..38487c8
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3.pom
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google</groupId>
+ <artifactId>google</artifactId>
+ <version>1</version>
+ </parent>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protoc</artifactId>
+ <version>3.14.0-rc-3</version>
+ <packaging>pom</packaging>
+ <name>Protobuf Compiler</name>
+ <description>
+ Protobuf Compiler (protoc) is a compiler for .proto files. It generates
+ language-specific code for Protobuf messages and RPC interfaces.
+ </description>
+ <inceptionYear>2008</inceptionYear>
+ <url>https://developers.google.com/protocol-buffers/</url>
+ <licenses>
+ <license>
+ <name>3-Clause BSD License</name>
+ <url>https://opensource.org/licenses/BSD-3-Clause</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <url>https://github.com/protocolbuffers/protobuf</url>
+ <connection>
+ scm:git:https://github.com/protocolbuffers/protobuf.git
+ </connection>
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.8</version>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>${basedir}/target/linux/x86_64/protoc.exe</file>
+ <classifier>linux-x86_64</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/linux/x86_32/protoc.exe</file>
+ <classifier>linux-x86_32</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/windows/x86_64/protoc.exe</file>
+ <classifier>windows-x86_64</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/windows/x86_32/protoc.exe</file>
+ <classifier>windows-x86_32</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/osx/x86_64/protoc.exe</file>
+ <classifier>osx-x86_64</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/linux/aarch_64/protoc.exe</file>
+ <classifier>linux-aarch_64</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/linux/ppcle_64/protoc.exe</file>
+ <classifier>linux-ppcle_64</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/linux/s390x/protoc.exe</file>
+ <classifier>linux-s390x</classifier>
+ <type>exe</type>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <properties>
+ <!-- Specify the staging repository to deploy to. This can be left
+ empty for the first deployment, and Sonatype will create one. For
+ subsequent deployments it should be set to what Sonatype has
+ created, so that all deployments will go to the same repository.
+ -->
+ <staging.repository/>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.5</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.3</version>
+ <extensions>true</extensions>
+ <configuration>
+ <serverId>sonatype-nexus-staging</serverId>
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <skipStagingRepositoryClose>true</skipStagingRepositoryClose>
+ <autoReleaseAfterClose>false</autoReleaseAfterClose>
+ <stagingRepositoryId>${staging.repository}</stagingRepositoryId>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3.pom.asc b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3.pom.asc
new file mode 100644
index 0000000..c716e71
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/3.14.0-rc-3/protoc-3.14.0-rc-3.pom.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsXYACgkQSx4R1aS5
+HomLPQv/SO0qk+PmXcKb3J6bvE1ALtVvp+J1V8yt5RF9oh4NJO7OM3j3ihSGROMy
+j8MWq1dsZnpBCDn3EHp5wlpRemt0goJNiyVH2eg60gqqDuNBN+dTCeVAUI7uTK9A
+n7EKnTyrT5NxgZjU0KNATZWtrt52ZKYkQHUS6VWwEPj5D1ByHX/f7Vy/KrfJsfIA
+Vll1vL19U0wPti8ixAoWgJDYbM4y+uSE9zL7u7ZKkzjbI1ZjIo0L1RWWBLR8Vp6v
+e4F3OeQnIipfhHwhHeCgVJ/AKISitYo2M8DflnHlQCfLGn6WfZ9pcFUzZrC3y3Qn
+wUOI3AaYuR493Qr3svMemKSRjB+PrwhL96ySoJxUHXYxojAiX+sDaSKR2dLmD0o6
+/ZoaHEEDEkSzN5l2JppQlDONCdk1hWCFrxesiTx9oPfWKnOnZhAUpfRvh3eTqvb8
+nqHbAUrr6/8cwiQZUEu9ZFLKAaYDZZQW5kcTGsRfS7xY2KeX/C4VbRDalqJwra4V
+UTHvlkG4
+=QDvg
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/maven-metadata-nexus.xml b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/maven-metadata-nexus.xml
new file mode 100644
index 0000000..bb837c5
--- /dev/null
+++ b/protoc-artifacts/target/nexus-staging/staging/26d0b11ce1ac77/com/google/protobuf/protoc/maven-metadata-nexus.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protoc</artifactId>
+ <versioning>
+ <release>3.14.0-rc-3</release>
+ <versions>
+ <version>3.14.0-rc-3</version>
+ </versions>
+ <lastUpdated>20201112220456</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/protoc-artifacts/target/osx/x86_64/protoc.exe b/protoc-artifacts/target/osx/x86_64/protoc.exe
new file mode 100644
index 0000000..50c91b8
--- /dev/null
+++ b/protoc-artifacts/target/osx/x86_64/protoc.exe
Binary files differ
diff --git a/protoc-artifacts/target/protoc-3.14.0-rc-3.pom b/protoc-artifacts/target/protoc-3.14.0-rc-3.pom
new file mode 100644
index 0000000..38487c8
--- /dev/null
+++ b/protoc-artifacts/target/protoc-3.14.0-rc-3.pom
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google</groupId>
+ <artifactId>google</artifactId>
+ <version>1</version>
+ </parent>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protoc</artifactId>
+ <version>3.14.0-rc-3</version>
+ <packaging>pom</packaging>
+ <name>Protobuf Compiler</name>
+ <description>
+ Protobuf Compiler (protoc) is a compiler for .proto files. It generates
+ language-specific code for Protobuf messages and RPC interfaces.
+ </description>
+ <inceptionYear>2008</inceptionYear>
+ <url>https://developers.google.com/protocol-buffers/</url>
+ <licenses>
+ <license>
+ <name>3-Clause BSD License</name>
+ <url>https://opensource.org/licenses/BSD-3-Clause</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <url>https://github.com/protocolbuffers/protobuf</url>
+ <connection>
+ scm:git:https://github.com/protocolbuffers/protobuf.git
+ </connection>
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.8</version>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>${basedir}/target/linux/x86_64/protoc.exe</file>
+ <classifier>linux-x86_64</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/linux/x86_32/protoc.exe</file>
+ <classifier>linux-x86_32</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/windows/x86_64/protoc.exe</file>
+ <classifier>windows-x86_64</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/windows/x86_32/protoc.exe</file>
+ <classifier>windows-x86_32</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/osx/x86_64/protoc.exe</file>
+ <classifier>osx-x86_64</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/linux/aarch_64/protoc.exe</file>
+ <classifier>linux-aarch_64</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/linux/ppcle_64/protoc.exe</file>
+ <classifier>linux-ppcle_64</classifier>
+ <type>exe</type>
+ </artifact>
+ <artifact>
+ <file>${basedir}/target/linux/s390x/protoc.exe</file>
+ <classifier>linux-s390x</classifier>
+ <type>exe</type>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <properties>
+ <!-- Specify the staging repository to deploy to. This can be left
+ empty for the first deployment, and Sonatype will create one. For
+ subsequent deployments it should be set to what Sonatype has
+ created, so that all deployments will go to the same repository.
+ -->
+ <staging.repository/>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.5</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.3</version>
+ <extensions>true</extensions>
+ <configuration>
+ <serverId>sonatype-nexus-staging</serverId>
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <skipStagingRepositoryClose>true</skipStagingRepositoryClose>
+ <autoReleaseAfterClose>false</autoReleaseAfterClose>
+ <stagingRepositoryId>${staging.repository}</stagingRepositoryId>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
diff --git a/protoc-artifacts/target/protoc-3.14.0-rc-3.pom.asc b/protoc-artifacts/target/protoc-3.14.0-rc-3.pom.asc
new file mode 100644
index 0000000..c716e71
--- /dev/null
+++ b/protoc-artifacts/target/protoc-3.14.0-rc-3.pom.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE8aUeBR9SfgyOJNVNSx4R1aS5HokFAl+tsXYACgkQSx4R1aS5
+HomLPQv/SO0qk+PmXcKb3J6bvE1ALtVvp+J1V8yt5RF9oh4NJO7OM3j3ihSGROMy
+j8MWq1dsZnpBCDn3EHp5wlpRemt0goJNiyVH2eg60gqqDuNBN+dTCeVAUI7uTK9A
+n7EKnTyrT5NxgZjU0KNATZWtrt52ZKYkQHUS6VWwEPj5D1ByHX/f7Vy/KrfJsfIA
+Vll1vL19U0wPti8ixAoWgJDYbM4y+uSE9zL7u7ZKkzjbI1ZjIo0L1RWWBLR8Vp6v
+e4F3OeQnIipfhHwhHeCgVJ/AKISitYo2M8DflnHlQCfLGn6WfZ9pcFUzZrC3y3Qn
+wUOI3AaYuR493Qr3svMemKSRjB+PrwhL96ySoJxUHXYxojAiX+sDaSKR2dLmD0o6
+/ZoaHEEDEkSzN5l2JppQlDONCdk1hWCFrxesiTx9oPfWKnOnZhAUpfRvh3eTqvb8
+nqHbAUrr6/8cwiQZUEu9ZFLKAaYDZZQW5kcTGsRfS7xY2KeX/C4VbRDalqJwra4V
+UTHvlkG4
+=QDvg
+-----END PGP SIGNATURE-----
diff --git a/protoc-artifacts/target/windows/x86_32/protoc.exe b/protoc-artifacts/target/windows/x86_32/protoc.exe
new file mode 100644
index 0000000..083d8c7
--- /dev/null
+++ b/protoc-artifacts/target/windows/x86_32/protoc.exe
Binary files differ
diff --git a/protoc-artifacts/target/windows/x86_64/protoc.exe b/protoc-artifacts/target/windows/x86_64/protoc.exe
new file mode 100644
index 0000000..c44dca2
--- /dev/null
+++ b/protoc-artifacts/target/windows/x86_64/protoc.exe
Binary files differ
diff --git a/python/google/protobuf/__init__.py b/python/google/protobuf/__init__.py
index 47502dc..97ac280 100644
--- a/python/google/protobuf/__init__.py
+++ b/python/google/protobuf/__init__.py
@@ -30,4 +30,4 @@
# Copyright 2007 Google Inc. All Rights Reserved.
-__version__ = '3.14.0rc3'
+__version__ = '3.14.0'
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec
index 38f49eb..1a18da3 100644
--- a/ruby/google-protobuf.gemspec
+++ b/ruby/google-protobuf.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "google-protobuf"
- s.version = "3.14.0.rc.3"
+ s.version = "3.14.0"
git_tag = "v#{s.version.to_s.sub('.rc.', '-rc')}" # Converts X.Y.Z.rc.N to vX.Y.Z-rcN, used for the git tag
s.licenses = ["BSD-3-Clause"]
s.summary = "Protocol Buffers"
diff --git a/src/google/protobuf/port_def.inc b/src/google/protobuf/port_def.inc
index e160fcc..320e888 100644
--- a/src/google/protobuf/port_def.inc
+++ b/src/google/protobuf/port_def.inc
@@ -321,7 +321,7 @@
#define PROTOBUF_VERSION 3014000
#define PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC 3014000
#define PROTOBUF_MIN_PROTOC_VERSION 3014000
-#define PROTOBUF_VERSION_SUFFIX "-rc3"
+#define PROTOBUF_VERSION_SUFFIX ""
// The minimum library version which works with the current version of the
// headers.
diff --git a/src/google/protobuf/stubs/common.h b/src/google/protobuf/stubs/common.h
index 6976683..2d210d7 100644
--- a/src/google/protobuf/stubs/common.h
+++ b/src/google/protobuf/stubs/common.h
@@ -85,7 +85,7 @@
#define GOOGLE_PROTOBUF_VERSION 3014000
// A suffix string for alpha, beta or rc releases. Empty for stable releases.
-#define GOOGLE_PROTOBUF_VERSION_SUFFIX "-rc3"
+#define GOOGLE_PROTOBUF_VERSION_SUFFIX ""
// The minimum header version which works with the current version of
// the library. This constant should only be used by protoc's C++ code