Skip to content

Commit

Permalink
Bump version. Complation was fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dedok committed Aug 17, 2017
1 parent 51fadd9 commit 9890941
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/ngx_http_tnt_handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,6 @@ ngx_http_tnt_get_request_data(ngx_http_request_t *r,
ngx_chain_t *body;
char *p;
ngx_buf_t unparsed_body;
ngx_http_tnt_ctx_t *ctx;

ctx = ngx_http_get_module_ctx(r, ngx_http_tnt_module);

root_items = 0;
root_map_place = tp->p;
Expand Down
2 changes: 1 addition & 1 deletion src/ngx_http_tnt_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
#ifndef NGX_HTTP_TNT_VERSION_H
#define NGX_HTTP_TNT_VERSION_H 1

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

#endif

0 comments on commit 9890941

Please sign in to comment.