瀏覽代碼

Fixing inconsistent php version number.

Bo Yang 9 年之前
父節點
當前提交
787f3fb163
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      php/ext/google/protobuf/package.xml
  2. 1 1
      php/ext/google/protobuf/protobuf.h

+ 1 - 1
php/ext/google/protobuf/package.xml

@@ -6,7 +6,7 @@
  <description>https://developers.google.com/protocol-buffers/</description>
  <description>https://developers.google.com/protocol-buffers/</description>
  <lead>
  <lead>
   <name>Bo Yang</name>
   <name>Bo Yang</name>
-  <user>teboring</user>
+  <user>stanleycheung</user>
   <email>protobuf-opensource@google.com</email>
   <email>protobuf-opensource@google.com</email>
   <active>yes</active>
   <active>yes</active>
  </lead>
  </lead>

+ 1 - 1
php/ext/google/protobuf/protobuf.h

@@ -37,7 +37,7 @@
 #include "upb.h"
 #include "upb.h"
 
 
 #define PHP_PROTOBUF_EXTNAME "protobuf"
 #define PHP_PROTOBUF_EXTNAME "protobuf"
-#define PHP_PROTOBUF_VERSION "0.01"
+#define PHP_PROTOBUF_VERSION "3.1.0a1"
 
 
 // -----------------------------------------------------------------------------
 // -----------------------------------------------------------------------------
 // Forward Declaration
 // Forward Declaration