back to dev

This commit is contained in:
Xinchen Hui
2017-12-31 12:34:09 +08:00
parent 15f58c43fb
commit ad31d5f7c6

View File

@@ -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.5"
#define PHP_LUA_VERSION "2.0.6-dev"
struct _php_lua_object {
lua_State *L;