From 80819384450b5511a3d1c424dd92a5843c891364 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 26 Mar 2013 23:35:20 +0100 Subject: [PATCH] Bump to version 2.1 --- http_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)