aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2019-08-05 10:07:28 -0700
committerGitHub <noreply@github.com>2019-08-05 10:07:28 -0700
commit655310ca192a6e3a050e0ca0b7084a2968072260 (patch)
tree4ed3f8e37a29a0df870e9465b5a82790490f7505 /php
parentebfde4c93df8bfbcd78034d23ec6ba19c6545113 (diff)
downloadprotobuf-655310ca192a6e3a050e0ca0b7084a2968072260.tar.gz
Update protobuf version (#6472)
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 a56ade6d1..5430bc970 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-07-10</date>
- <time>16:50:08</time>
+ <date>2019-08-02</date>
+ <time>15:59:08</time>
<version>
- <release>3.9.0</release>
- <api>3.9.0</api>
+ <release>3.9.1</release>
+ <api>3.9.1</api>
</version>
<stability>
<release>stable</release>
@@ -375,5 +375,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.9.1</release>
+ <api>3.9.1</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2019-08-02</date>
+ <time>15:59:08</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 26e662187..1051d7218 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.9.0"
+#define PHP_PROTOBUF_VERSION "3.9.1"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8