diff --git a/AUTHORS b/AUTHORS index 92ee45c..3527d16 100644 --- a/AUTHORS +++ b/AUTHORS @@ -39,3 +39,9 @@ BogDan Vatra Peter Faiman Corey Richardson Tóth Tamás +Patrik Stutz +Cam Swords +Chris Dickinson +Uli Köhler +Charlie Somerville +Fedor Indutny diff --git a/Makefile b/Makefile index 02182b1..0fd07d8 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # IN THE SOFTWARE. PLATFORM ?= $(shell sh -c 'uname -s | tr "[A-Z]" "[a-z]"') -SONAME ?= libhttp_parser.so.2.1 +SONAME ?= libhttp_parser.so.2.2 CC?=gcc AR?=ar diff --git a/http_parser.h b/http_parser.h index a1ab446..1a91c23 100644 --- a/http_parser.h +++ b/http_parser.h @@ -26,7 +26,7 @@ extern "C" { /* Also update SONAME in the Makefile whenever you change these. */ #define HTTP_PARSER_VERSION_MAJOR 2 -#define HTTP_PARSER_VERSION_MINOR 1 +#define HTTP_PARSER_VERSION_MINOR 2 #define HTTP_PARSER_VERSION_PATCH 0 #include