diff --git a/package.xml b/package.xml
index fa17a82..dbf1dad 100644
--- a/package.xml
+++ b/package.xml
@@ -16,11 +16,11 @@
laruence@php.net
yes
- 2016-12-07
-
+ 2018-12-20
+
- 2.0.2
- 2.0.2
+ 2.0.3
+ 2.0.3
stable
@@ -28,7 +28,7 @@
New BSD
- - Fixed issue #104 (PHP7.1 build:Use own definition of msgpack_unserialize_data_t)
+ - Fixed PHP-7.3 Compatibility
@@ -189,6 +189,22 @@
msgpack
+
+ 2018-12-20
+
+ 2.0.3
+ 2.0.3
+
+
+ stable
+ stable
+
+ PHP License
+
+ - Fixed PHP-7.3 Compatibility
+
+
+
2016-12-07
@@ -204,7 +220,6 @@
- Fixed issue #104 (PHP7.1 build:Use own definition of msgpack_unserialize_data_t)
-
2016-03-01
diff --git a/php_msgpack.h b/php_msgpack.h
index bbc2ad2..49953d0 100644
--- a/php_msgpack.h
+++ b/php_msgpack.h
@@ -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