From 257d46c1e4b5a387832458b962d9b4ce463ca0b5 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 12 Jul 2017 11:42:28 +0800 Subject: [PATCH] back to dev --- php_lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_lua.h b/php_lua.h index 906bfaf..e9847e6 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.4" +#define PHP_LUA_VERSION "2.0.5-dev" struct _php_lua_object { lua_State *L;