diff --git a/package.xml b/package.xml
index d32a969..aff7760 100644
--- a/package.xml
+++ b/package.xml
@@ -23,11 +23,11 @@
msaraujo@php.net
yes
- 2017-02-10
+ 2017-07-12
- 2.0.3
- 2.0.3
+ 2.0.4
+ 2.0.4
stable
@@ -98,6 +98,22 @@
+
+ 2017-07-12
+
+ 2.0.4
+ 2.0.4
+
+
+ stable
+ stable
+
+ PHP License
+
+ - Fixed bug #73964 (Segmentation fault)
+
+
+
2016-05-26
diff --git a/php_lua.h b/php_lua.h
index a819e27..906bfaf 100644
--- a/php_lua.h
+++ b/php_lua.h
@@ -48,7 +48,7 @@ extern zend_module_entry lua_module_entry;
#define LUA_G(v) (lua_globals.v)
#endif
-#define PHP_LUA_VERSION "2.0.4-dev"
+#define PHP_LUA_VERSION "2.0.4"
struct _php_lua_object {
lua_State *L;