Commit 642cc96a authored by Bo Yang's avatar Bo Yang

Update php version number to 3.5.1.1

parent 38238974
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<email>protobuf-opensource@google.com</email> <email>protobuf-opensource@google.com</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2017-12-11</date> <date>2018-01-05</date>
<time>11:02:07</time> <time>11:02:07</time>
<version> <version>
<release>3.5.1</release> <release>3.5.1</release>
...@@ -213,6 +213,22 @@ GA release. ...@@ -213,6 +213,22 @@ GA release.
<time>11:02:07</time> <time>11:02:07</time>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license> <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes> <notes>
GA release.
</notes>
</release>
<release>
<version>
<release>3.5.1.1</release>
<api>3.5.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2018-01-05</date>
<time>11:02:07</time>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>
GA release. GA release.
</notes> </notes>
</release> </release>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "upb.h" #include "upb.h"
#define PHP_PROTOBUF_EXTNAME "protobuf" #define PHP_PROTOBUF_EXTNAME "protobuf"
#define PHP_PROTOBUF_VERSION "3.5.1" #define PHP_PROTOBUF_VERSION "3.5.1.1"
#define MAX_LENGTH_OF_INT64 20 #define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8 #define SIZEOF_INT64 8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment