aboutsummaryrefslogtreecommitdiff
path: root/php/ext/google
diff options
context:
space:
mode:
authorHao Nguyen <haon@google.com>2019-04-23 16:14:52 -0700
committerHao Nguyen <haon@google.com>2019-04-23 16:14:52 -0700
commit37a89f8e1a70d5736dc3e0b5ad4ccdb0eddec06c (patch)
tree5b8c155bbea2d57b0f157dabe713ae29bc75b159 /php/ext/google
parentd6bcf07a8fb0c241aefd936cb9df166d494bc2b7 (diff)
downloadprotobuf-37a89f8e1a70d5736dc3e0b5ad4ccdb0eddec06c.tar.gz
Update version to 3.8.0
Diffstat (limited to 'php/ext/google')
-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 6f5659ff4..ed4eaaaef 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-03-25</date>
- <time>13:23:39</time>
+ <date>2019-04-23</date>
+ <time>16:14:52</time>
<version>
- <release>3.7.1</release>
- <api>3.7.1</api>
+ <release>3.8.0RC1</release>
+ <api>3.8.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>
@@ -318,5 +318,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.8.0RC1</release>
+ <api>3.8.0</api>
+ </version>
+ <stability>
+ <release>beta</release>
+ <api>beta</api>
+ </stability>
+ <date>2019-04-23</date>
+ <time>16:14:52</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 cc5c1943a..ca8d9872d 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.1"
+#define PHP_PROTOBUF_VERSION "3.8.0RC1"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8