Commit 510a9052 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

fix the version on tag header

parent b6a8c461
......@@ -26,7 +26,7 @@
#ifndef NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
#define NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.3.4");
static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("3a4907ae5aa3ac2222924aa7d30973958657d9c2");
static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.3.5");
static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("b6a8c461493148a409382b5bb101ac7b3a6e94f3");
#endif /* NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment