From 642cc96a4412fd4ee28950522cbb9c9009bb7b23 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Fri, 5 Jan 2018 13:34:02 -0800 Subject: Update php version number to 3.5.1.1 --- php/ext/google/protobuf/package.xml | 18 +++++++++++++++++- php/ext/google/protobuf/protobuf.h | 2 +- 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 @@ protobuf-opensource@google.com yes - 2017-12-11 + 2018-01-05 3.5.1 @@ -213,6 +213,22 @@ GA release. 3-Clause BSD License +GA release. + + + + + 3.5.1.1 + 3.5.1.1 + + + stable + stable + + 2018-01-05 + + 3-Clause BSD License + GA release. 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 -- cgit v1.2.3