From f9709b6ddec8e621110ff78a103bfa75c13aa973 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sun, 7 Dec 2014 17:30:16 -0800 Subject: [PATCH] api: bumped the version number to 0.9.14. --- src/api/ngx_http_lua_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/ngx_http_lua_api.h b/src/api/ngx_http_lua_api.h index 814754b94e..95f406dfd1 100644 --- a/src/api/ngx_http_lua_api.h +++ b/src/api/ngx_http_lua_api.h @@ -19,7 +19,7 @@ /* Public API for other Nginx modules */ -#define ngx_http_lua_version 9013 +#define ngx_http_lua_version 9014 typedef struct {