aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-09-26 12:48:28 -0700
committerBo Yang <teboring@google.com>2016-09-26 12:48:28 -0700
commit787f3fb16380a403c99716a23ed09cd7b9ea5b67 (patch)
treef71c7b79ace8873f581c99fe1f7f75d0434399fd
parentc531b49d3894765089b20c62eb4cedc3e1e08926 (diff)
downloadprotobuf-787f3fb16380a403c99716a23ed09cd7b9ea5b67.tar.gz
protobuf-787f3fb16380a403c99716a23ed09cd7b9ea5b67.tar.bz2
protobuf-787f3fb16380a403c99716a23ed09cd7b9ea5b67.zip
Fixing inconsistent php version number.
-rw-r--r--php/ext/google/protobuf/package.xml2
-rw-r--r--php/ext/google/protobuf/protobuf.h2
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 @@
<description>https://developers.google.com/protocol-buffers/</description>
<lead>
<name>Bo Yang</name>
- <user>teboring</user>
+ <user>stanleycheung</user>
<email>protobuf-opensource@google.com</email>
<active>yes</active>
</lead>
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