diff options
Diffstat (limited to 'vendor/http_parser/http_parser.h')
-rw-r--r-- | vendor/http_parser/http_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/http_parser/http_parser.h b/vendor/http_parser/http_parser.h index 880ed278e..16b5281d1 100644 --- a/vendor/http_parser/http_parser.h +++ b/vendor/http_parser/http_parser.h @@ -27,7 +27,7 @@ extern "C" { /* Also update SONAME in the Makefile whenever you change these. */ #define HTTP_PARSER_VERSION_MAJOR 2 #define HTTP_PARSER_VERSION_MINOR 9 -#define HTTP_PARSER_VERSION_PATCH 0 +#define HTTP_PARSER_VERSION_PATCH 2 #include <stddef.h> #if defined(_WIN32) && !defined(__MINGW32__) && \ |