diff --git a/package.xml b/package.xml index 06f984a..6e90c83 100644 --- a/package.xml +++ b/package.xml @@ -27,7 +27,7 @@ - 0.9.5 + 1.1.0 2013-10-23 PHP beta diff --git a/php_lua.h b/php_lua.h index 68d0bbf..8290694 100644 --- a/php_lua.h +++ b/php_lua.h @@ -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 {