Update php version number to 3.3.0 (#3001)

pull/3009/head
Paul Yang 8 years ago committed by GitHub
parent 6fff091c49
commit e64b618b21
  1. 26
      php/ext/google/protobuf/package.xml
  2. 2
      php/ext/google/protobuf/protobuf.h

@ -13,16 +13,16 @@
<date>2017-01-13</date>
<time>16:06:07</time>
<version>
<release>3.2.0a1</release>
<api>3.2.0a1</api>
<release>3.3.0</release>
<api>3.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>
Second alpha release.
GA release.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
@ -87,5 +87,21 @@ First alpha release
Second alpha release.
</notes>
</release>
<release>
<version>
<release>3.3.0</release>
<api>3.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-04-28</date>
<time>16:06:07</time>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>
GA release.
</notes>
</release>
</changelog>
</package>

@ -37,7 +37,7 @@
#include "upb.h"
#define PHP_PROTOBUF_EXTNAME "protobuf"
#define PHP_PROTOBUF_VERSION "3.2.0a1"
#define PHP_PROTOBUF_VERSION "3.3.0"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8

Loading…
Cancel
Save