diff options
author | Fedor Indutny <fedor@indutny.com> | 2014-07-23 23:08:46 +0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2014-07-23 23:08:46 +0400 |
commit | 2f0017aa53236dc9715ff4989aea8afb02aaa302 (patch) | |
tree | d1ef3c072f8c322025a427a42fc33c26c284c2f5 /deps/http_parser/http_parser.h | |
parent | ba094094790b76e324b527a3b318444260e9b6a9 (diff) | |
download | node-new-2f0017aa53236dc9715ff4989aea8afb02aaa302.tar.gz |
deps: update http_parser to 2.3.0
Diffstat (limited to 'deps/http_parser/http_parser.h')
-rw-r--r-- | deps/http_parser/http_parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/http_parser/http_parser.h b/deps/http_parser/http_parser.h index 3e2881630d..ec61a1287f 100644 --- a/deps/http_parser/http_parser.h +++ b/deps/http_parser/http_parser.h @@ -26,8 +26,8 @@ extern "C" { /* Also update SONAME in the Makefile whenever you change these. */ #define HTTP_PARSER_VERSION_MAJOR 2 -#define HTTP_PARSER_VERSION_MINOR 2 -#define HTTP_PARSER_VERSION_PATCH 1 +#define HTTP_PARSER_VERSION_MINOR 3 +#define HTTP_PARSER_VERSION_PATCH 0 #include <sys/types.h> #if defined(_WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) || _MSC_VER<1600) |