Browse Source

Update php version to 3.6.0 (#4736)

Paul Yang 7 years ago
parent
commit
d6353b489e
2 changed files with 20 additions and 4 deletions
  1. 19 3
      php/ext/google/protobuf/package.xml
  2. 1 1
      php/ext/google/protobuf/protobuf.h

+ 19 - 3
php/ext/google/protobuf/package.xml

@@ -10,11 +10,11 @@
   <email>protobuf-opensource@google.com</email>
   <active>yes</active>
  </lead>
- <date>2018-03-06</date>
+ <date>2018-06-06</date>
  <time>11:02:07</time>
  <version>
-  <release>3.5.2</release>
-  <api>3.5.2</api>
+  <release>3.6.0</release>
+  <api>3.6.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -229,6 +229,22 @@ GA release.
    <time>11:02:07</time>
    <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
    <notes>
+G  A release.
+   </notes>
+  </release>
+  <release>
+   <version>
+    <release>3.6.0</release>
+    <api>3.6.0</api>
+   </version>
+   <stability>
+    <release>stable</release>
+    <api>stable</api>
+   </stability>
+   <date>2018-06-06</date>
+   <time>11:02:07</time>
+   <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
+   <notes>
 G  A release.
    </notes>
   </release>

+ 1 - 1
php/ext/google/protobuf/protobuf.h

@@ -37,7 +37,7 @@
 #include "upb.h"
 
 #define PHP_PROTOBUF_EXTNAME "protobuf"
-#define PHP_PROTOBUF_VERSION "3.5.2"
+#define PHP_PROTOBUF_VERSION "3.6.0"
 
 #define MAX_LENGTH_OF_INT64 20
 #define SIZEOF_INT64 8