From 098a5ef470384318efcd26a018d1e46a38b712dd Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 23 Oct 2013 12:21:30 +0800 Subject: [PATCH] back to dev(1.1.1-dev) --- package.xml | 2 +- php_lua.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index 06f984a..6e90c83 100644 --- a/package.xml +++ b/package.xml @@ -27,7 +27,7 @@ - 0.9.5 + 1.1.0 2013-10-23 PHP beta diff --git a/php_lua.h b/php_lua.h index 68d0bbf..8290694 100644 --- a/php_lua.h +++ b/php_lua.h @@ -49,7 +49,7 @@ extern zend_module_entry lua_module_entry; #define Z_DELREF_P ZVAL_DELREF #endif -#define PHP_LUA_VERSION "1.1.0" +#define PHP_LUA_VERSION "1.1.1-dev" #define Z_LUAVAL_P(obj) ((php_lua_object*)(zend_object_store_get_object(obj TSRMLS_CC)))->L struct _php_lua_object {