back to dev(1.1.1-dev)

This commit is contained in:
Xinchen Hui
2013-10-23 12:21:30 +08:00
parent 5f0c471ea6
commit 098a5ef470
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
</maintainer>
</maintainers>
<release>
<version>0.9.5</version>
<version>1.1.0</version>
<date>2013-10-23</date>
<license>PHP</license>
<state>beta</state>

View File

@@ -49,7 +49,7 @@ extern zend_module_entry lua_module_entry;
#define Z_DELREF_P ZVAL_DELREF
#endif
#define PHP_LUA_VERSION "1.1.0"
#define PHP_LUA_VERSION "1.1.1-dev"
#define Z_LUAVAL_P(obj) ((php_lua_object*)(zend_object_store_get_object(obj TSRMLS_CC)))->L
struct _php_lua_object {