aboutsummaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2019-03-26 09:30:12 -0700
committerGitHub <noreply@github.com>2019-03-26 09:30:12 -0700
commit6973c3a5041636c1d8dc5f7f6c8c1f3c15bc63d6 (patch)
tree2c452d65f92a6300441550880363b20d842499b7 /php
parent077079573f7777198e58676442978b9a8340b8a7 (diff)
downloadplatform_external_protobuf-6973c3a5041636c1d8dc5f7f6c8c1f3c15bc63d6.tar.gz
platform_external_protobuf-6973c3a5041636c1d8dc5f7f6c8c1f3c15bc63d6.tar.bz2
platform_external_protobuf-6973c3a5041636c1d8dc5f7f6c8c1f3c15bc63d6.zip
Update version number to 3.7.1 (#5947)
* Update version number to 3.7.1 * Update version number in port_def.inc
Diffstat (limited to 'php')
-rw-r--r--php/ext/google/protobuf/package.xml22
-rw-r--r--php/ext/google/protobuf/protobuf.h2
2 files changed, 19 insertions, 5 deletions
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index 8f5a27dea..6f5659ff4 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -10,11 +10,11 @@
<email>protobuf-opensource@google.com</email>
<active>yes</active>
</lead>
- <date>2019-02-28</date>
- <time>10:19:15</time>
+ <date>2019-03-25</date>
+ <time>13:23:39</time>
<version>
- <release>3.7.0</release>
- <api>3.7.0</api>
+ <release>3.7.1</release>
+ <api>3.7.1</api>
</version>
<stability>
<release>stable</release>
@@ -304,5 +304,19 @@ G A release.
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>GA release.</notes>
</release>
+ <release>
+ <version>
+ <release>3.7.1</release>
+ <api>3.7.1</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2019-03-25</date>
+ <time>13:23:39</time>
+ <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
+ <notes>GA release.</notes>
+ </release>
</changelog>
</package>
diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h
index 908e3bad9..8a4206a37 100644
--- a/php/ext/google/protobuf/protobuf.h
+++ b/php/ext/google/protobuf/protobuf.h
@@ -37,7 +37,7 @@
#include "upb.h"
#define PHP_PROTOBUF_EXTNAME "protobuf"
-#define PHP_PROTOBUF_VERSION "3.7.0"
+#define PHP_PROTOBUF_VERSION "3.7.1"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8