From 82dd4b3793af6bf431b133aec4ee059a54fe4279 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Wed, 16 Aug 2017 13:00:50 -0700 Subject: Update php c extension version number. --- php/ext/google/protobuf/package.xml | 20 ++++++++++++++++++-- php/ext/google/protobuf/protobuf.h | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) (limited to 'php') diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml index 20a45bc6..2d318517 100644 --- a/php/ext/google/protobuf/package.xml +++ b/php/ext/google/protobuf/package.xml @@ -13,8 +13,8 @@ 2017-01-13 - 3.3.2 - 3.3.0 + 3.4.0 + 3.4.0 stable @@ -133,6 +133,22 @@ GA release. 3-Clause BSD License +GA release. + + + + + 3.4.0 + 3.4.0 + + + stable + stable + + 2017-08-16 + + 3-Clause BSD License + GA release. diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h index f9e9d229..a770cf9f 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.3.2" +#define PHP_PROTOBUF_VERSION "3.3.4" #define MAX_LENGTH_OF_INT64 20 #define SIZEOF_INT64 8 -- cgit v1.2.3