diff --git a/http_parser.h b/http_parser.h index a992c74..f7030c4 100644 --- a/http_parser.h +++ b/http_parser.h @@ -25,7 +25,7 @@ extern "C" { #endif #define HTTP_PARSER_VERSION_MAJOR 2 -#define HTTP_PARSER_VERSION_MINOR 0 +#define HTTP_PARSER_VERSION_MINOR 1 #include #if defined(_WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) || _MSC_VER<1600)