From 394424a91da554baf6d28b3532465c42c871a098 Mon Sep 17 00:00:00 2001 From: Andreas Streichardt Date: Wed, 27 Apr 2011 14:26:10 +0200 Subject: [PATCH] Raise version number --- php_lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_lua.h b/php_lua.h index 34e83e1..312366a 100644 --- a/php_lua.h +++ b/php_lua.h @@ -24,7 +24,7 @@ extern zend_module_entry lua_module_entry; #define phpext_lua_ptr &lua_module_entry -#define PHP_LUA_VERSION "0.2.2" +#define PHP_LUA_VERSION "0.2.3-dev" #ifdef PHP_WIN32 #define PHP_LUA_API __declspec(dllexport) -- 2.11.4.GIT