From f5cc1a54c5b663e8f88e18419471363d68453b9f Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Wed, 28 Dec 2016 13:12:18 -0800 Subject: Bump version number to 3.2.0 --- php/ext/google/protobuf/package.xml | 24 ++++++++++++++++++++---- php/ext/google/protobuf/protobuf.h | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) (limited to 'php') diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml index 01aad411..3067bdbb 100644 --- a/php/ext/google/protobuf/package.xml +++ b/php/ext/google/protobuf/package.xml @@ -10,11 +10,11 @@ protobuf-opensource@google.com yes - 2016-09-23 + 2017-01-13 - 3.1.0a1 - 3.1.0a1 + 3.2.0a1 + 3.2.0a1 alpha @@ -22,7 +22,7 @@ New BSD License -First alpha release. +Second alpha release. @@ -71,5 +71,21 @@ First alpha release. First alpha release + + + 3.2.0a1 + 3.2.0a1 + + + alpha + alpha + + 2017-01-13 + + New BSD License + +Second alpha release. + + diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h index 8022a9aa..36c81963 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.1.0a1" +#define PHP_PROTOBUF_VERSION "3.2.0a1" #define MAX_LENGTH_OF_INT64 20 #define SIZEOF_INT64 8 -- cgit v1.2.3