back to dev

This commit is contained in:
Xinchen Hui
2015-10-27 11:14:10 +08:00
parent 65764e0777
commit 6c2a37f99c

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