Skip to content

Commit eb9e66a

Browse files
committed
update header file version
1 parent 4affa8b commit eb9e66a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ngx_feature_incs="#include <ngx_http_c_func_module.h>"
2424
ngx_feature_path=
2525
ngx_feature_libs=
2626
# ngx_feature_exit_if_not_found=yes
27-
ngx_feature_test="int ngx_http_c_func_module_current_version_=ngx_http_c_func_module_version_9;"
27+
ngx_feature_test="int ngx_http_c_func_module_current_version_=ngx_http_c_func_module_version_10;"
2828
. auto/feature
2929

3030
if [ $ngx_found != yes ]; then

src/ngx_http_c_func_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ ngx_http_c_func_post_configuration(ngx_conf_t *cf) {
550550
static ngx_int_t
551551
ngx_http_c_func_pre_configuration(ngx_conf_t *cf) {
552552

553-
#ifndef ngx_http_c_func_module_version_9
553+
#ifndef ngx_http_c_func_module_version_10
554554
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "%s", "the latest ngx_http_c_func_module.h not found in the c header path, \
555555
please copy latest ngx_http_c_func_module.h to your /usr/include or /usr/local/include or relavent header search path \
556556
with read and write permission.");

src/ngx_http_c_func_module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <stdlib.h>
4141
#include <stdint.h>
4242

43-
#define ngx_http_c_func_module_version_9 9
43+
#define ngx_http_c_func_module_version_10 10
4444

4545

4646
#define ngx_http_c_func_content_type_plaintext "text/plain"

0 commit comments

Comments
 (0)