From 787f3fb16380a403c99716a23ed09cd7b9ea5b67 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Mon, 26 Sep 2016 12:48:28 -0700 Subject: Fixing inconsistent php version number. --- php/ext/google/protobuf/package.xml | 2 +- php/ext/google/protobuf/protobuf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml index e1064b37..01aad411 100644 --- a/php/ext/google/protobuf/package.xml +++ b/php/ext/google/protobuf/package.xml @@ -6,7 +6,7 @@ https://developers.google.com/protocol-buffers/ Bo Yang - teboring + stanleycheung protobuf-opensource@google.com yes diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h index 0330f36f..b3ad20dd 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 "0.01" +#define PHP_PROTOBUF_VERSION "3.1.0a1" // ----------------------------------------------------------------------------- // Forward Declaration -- cgit v1.2.3