Skip to content

Commit 9890941

Browse files
committed
Bump version. Complation was fixed.
1 parent 51fadd9 commit 9890941

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/ngx_http_tnt_handlers.c

-3
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,6 @@ ngx_http_tnt_get_request_data(ngx_http_request_t *r,
469469
ngx_chain_t *body;
470470
char *p;
471471
ngx_buf_t unparsed_body;
472-
ngx_http_tnt_ctx_t *ctx;
473-
474-
ctx = ngx_http_get_module_ctx(r, ngx_http_tnt_module);
475472

476473
root_items = 0;
477474
root_map_place = tp->p;

src/ngx_http_tnt_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
#ifndef NGX_HTTP_TNT_VERSION_H
3434
#define NGX_HTTP_TNT_VERSION_H 1
3535

36-
#define NGX_HTTP_TNT_MODULE_VERSION_STRING "v2.4.6-rc1-23-g5ef7528-dirty"
36+
#define NGX_HTTP_TNT_MODULE_VERSION_STRING "v2.5-rc1"
3737

3838
#endif

0 commit comments

Comments
 (0)