aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorHao Nguyen <haon@google.com>2019-06-17 09:34:50 -0700
committerHao Nguyen <haon@google.com>2019-06-17 09:34:50 -0700
commit638720274b5990bb2a00bbcf38552e5f55e68dac (patch)
tree5790afb47172e940b38ae181dc25999e1b409aad /php
parent997bd354d55de6a8462ac3db0b002aa73b240cff (diff)
downloadprotobuf-638720274b5990bb2a00bbcf38552e5f55e68dac.tar.gz
Update version to 3.9.0
Diffstat (limited to 'php')
-rw-r--r--php/ext/google/protobuf/package.xml26
-rw-r--r--php/ext/google/protobuf/protobuf.h2
2 files changed, 21 insertions, 7 deletions
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index bf0389de7..f81e55f1a 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>2019-05-21</date>
- <time>14:07:13</time>
+ <date>2019-06-17</date>
+ <time>09:34:50</time>
<version>
- <release>3.8.0</release>
- <api>3.8.0</api>
+ <release>3.9.0RC1</release>
+ <api>3.9.0</api>
</version>
<stability>
- <release>stable</release>
- <api>stable</api>
+ <release>beta</release>
+ <api>beta</api>
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>GA release.</notes>
@@ -347,5 +347,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.0RC1</release>
+ <api>3.9.0</api>
+ </version>
+ <stability>
+ <release>beta</release>
+ <api>beta</api>
+ </stability>
+ <date>2019-06-17</date>
+ <time>09:34:50</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 058337d97..b2a9b94c8 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.8.0"
+#define PHP_PROTOBUF_VERSION "3.9.0RC1"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8