back to dev

This commit is contained in:
Xinchen Hui
2016-05-26 17:42:59 +08:00
parent 7406b07f2c
commit 04f7106631

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