From a6c5162a7cbdf4b48b104f303acc022a3f93caf2 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 10 Mar 2020 11:09:56 +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 2fcac3f..5b1cd2b 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.7" +#define PHP_LUA_VERSION "2.0.8-dev" struct _php_lua_object { lua_State *L;