Skip to content

Commit 80d29aa

Browse files
committed
Releasing 2.0.3
1 parent df6d756 commit 80d29aa

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

package.xml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
<email>[email protected]</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2016-12-07</date>
20-
<time>12:15:00</time>
19+
<date>2018-12-20</date>
20+
<time>18:22:00</time>
2121
<version>
22-
<release>2.0.2</release>
23-
<api>2.0.2</api>
22+
<release>2.0.3</release>
23+
<api>2.0.3</api>
2424
</version>
2525
<stability>
2626
<release>stable</release>
2727
<api>stable</api>
2828
</stability>
2929
<license filesource="LICENSE">New BSD</license>
3030
<notes>
31-
- Fixed issue #104 (PHP7.1 build:Use own definition of msgpack_unserialize_data_t)
31+
- Fixed PHP-7.3 Compatibility
3232
</notes>
3333
<contents>
3434
<dir name="/">
@@ -189,6 +189,22 @@
189189
<providesextension>msgpack</providesextension>
190190
<extsrcrelease />
191191
<changelog>
192+
<release>
193+
<date>2018-12-20</date>
194+
<version>
195+
<release>2.0.3</release>
196+
<api>2.0.3</api>
197+
</version>
198+
<stability>
199+
<release>stable</release>
200+
<api>stable</api>
201+
</stability>
202+
<license uri="http://www.php.net/license">PHP License</license>
203+
<notes>
204+
- Fixed PHP-7.3 Compatibility
205+
</notes>
206+
</release>
207+
192208
<release>
193209
<date>2016-12-07</date>
194210
<version>
@@ -204,7 +220,6 @@
204220
- Fixed issue #104 (PHP7.1 build:Use own definition of msgpack_unserialize_data_t)
205221
</notes>
206222
</release>
207-
208223
<release>
209224
<date>2016-03-01</date>
210225
<version>

php_msgpack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "Zend/zend_smart_str.h" /* for smart_string */
55

6-
#define PHP_MSGPACK_VERSION "2.0.3-dev"
6+
#define PHP_MSGPACK_VERSION "2.0.3"
77

88
extern zend_module_entry msgpack_module_entry;
99
#define phpext_msgpack_ptr &msgpack_module_entry

0 commit comments

Comments
 (0)