aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2018-01-05 13:34:02 -0800
committerBo Yang <teboring@google.com>2018-01-05 13:34:02 -0800
commit642cc96a4412fd4ee28950522cbb9c9009bb7b23 (patch)
treea62bc8b42c55d4e5b6982921f2dea265a4329bf1
parent3823897475df1a42229b15f970fbbdfa9d714804 (diff)
downloadprotobuf-642cc96a4412fd4ee28950522cbb9c9009bb7b23.tar.gz
protobuf-642cc96a4412fd4ee28950522cbb9c9009bb7b23.tar.bz2
protobuf-642cc96a4412fd4ee28950522cbb9c9009bb7b23.zip
Update php version number to 3.5.1.1
-rw-r--r--php/ext/google/protobuf/package.xml18
-rw-r--r--php/ext/google/protobuf/protobuf.h2
2 files changed, 18 insertions, 2 deletions
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index 626eb46b..1f2643ac 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -10,7 +10,7 @@
<email>protobuf-opensource@google.com</email>
<active>yes</active>
</lead>
- <date>2017-12-11</date>
+ <date>2018-01-05</date>
<time>11:02:07</time>
<version>
<release>3.5.1</release>
@@ -216,5 +216,21 @@ GA release.
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.
+ </notes>
+ </release>
</changelog>
</package>
diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h
index be1de5cf..2d341f97 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.5.1"
+#define PHP_PROTOBUF_VERSION "3.5.1.1"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8