Skip to content

Commit e64b618

Browse files
authored
Update php version number to 3.3.0 (protocolbuffers#3001)
1 parent 6fff091 commit e64b618

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

php/ext/google/protobuf/package.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<date>2017-01-13</date>
1414
<time>16:06:07</time>
1515
<version>
16-
<release>3.2.0a1</release>
17-
<api>3.2.0a1</api>
16+
<release>3.3.0</release>
17+
<api>3.3.0</api>
1818
</version>
1919
<stability>
20-
<release>alpha</release>
21-
<api>alpha</api>
20+
<release>stable</release>
21+
<api>stable</api>
2222
</stability>
2323
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
2424
<notes>
25-
Second alpha release.
25+
GA release.
2626
</notes>
2727
<contents>
2828
<dir baseinstalldir="/" name="/">
@@ -87,5 +87,21 @@ First alpha release
8787
Second alpha release.
8888
</notes>
8989
</release>
90+
<release>
91+
<version>
92+
<release>3.3.0</release>
93+
<api>3.3.0</api>
94+
</version>
95+
<stability>
96+
<release>stable</release>
97+
<api>stable</api>
98+
</stability>
99+
<date>2017-04-28</date>
100+
<time>16:06:07</time>
101+
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
102+
<notes>
103+
GA release.
104+
</notes>
105+
</release>
90106
</changelog>
91107
</package>

php/ext/google/protobuf/protobuf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#include "upb.h"
3838

3939
#define PHP_PROTOBUF_EXTNAME "protobuf"
40-
#define PHP_PROTOBUF_VERSION "3.2.0a1"
40+
#define PHP_PROTOBUF_VERSION "3.3.0"
4141

4242
#define MAX_LENGTH_OF_INT64 20
4343
#define SIZEOF_INT64 8

0 commit comments

Comments
 (0)