From 5c9cda6472e7bf36604fed67c081f8cd4d047466 Mon Sep 17 00:00:00 2001 From: quanzhao <279664262@163.com> Date: Fri, 12 Jan 2018 23:59:29 +0800 Subject: [PATCH] [src] release version to 0.0.11 --- src/ngx_http_php_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngx_http_php_module.h b/src/ngx_http_php_module.h index a9aaa12d..23a1a995 100644 --- a/src/ngx_http_php_module.h +++ b/src/ngx_http_php_module.h @@ -19,7 +19,7 @@ #include "ngx_http_php_core.h" #define NGX_HTTP_PHP_MODULE_NAME "ngx_php7" -#define NGX_HTTP_PHP_MODULE_VERSION "0.0.4" +#define NGX_HTTP_PHP_MODULE_VERSION "0.0.11" extern ngx_module_t ngx_http_php_module; ngx_http_request_t *ngx_php_request;