Fixing inconsistent php version number.
This commit is contained in:
parent
ae9455c274
commit
0bf5482712
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue