Skip to content

Commit

Permalink
Releasing 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Dec 20, 2018
1 parent df6d756 commit 80d29aa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
27 changes: 21 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2016-12-07</date>
<time>12:15:00</time>
<date>2018-12-20</date>
<time>18:22:00</time>
<version>
<release>2.0.2</release>
<api>2.0.2</api>
<release>2.0.3</release>
<api>2.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license filesource="LICENSE">New BSD</license>
<notes>
- Fixed issue #104 (PHP7.1 build:Use own definition of msgpack_unserialize_data_t)
- Fixed PHP-7.3 Compatibility
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -189,6 +189,22 @@
<providesextension>msgpack</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2018-12-20</date>
<version>
<release>2.0.3</release>
<api>2.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed PHP-7.3 Compatibility
</notes>
</release>

<release>
<date>2016-12-07</date>
<version>
Expand All @@ -204,7 +220,6 @@
- Fixed issue #104 (PHP7.1 build:Use own definition of msgpack_unserialize_data_t)
</notes>
</release>

<release>
<date>2016-03-01</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_msgpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

#define PHP_MSGPACK_VERSION "2.0.3-dev"
#define PHP_MSGPACK_VERSION "2.0.3"

extern zend_module_entry msgpack_module_entry;
#define phpext_msgpack_ptr &msgpack_module_entry
Expand Down

0 comments on commit 80d29aa

Please sign in to comment.