diff --git a/php_lua.h b/php_lua.h index f925fcf..df6aeaa 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.0" +#define PHP_LUA_VERSION "2.0.1-dev" struct _php_lua_object { lua_State *L;