From cba704cb2d9f1df80994dd4a791a0fa6cce65720 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Wed, 29 Jan 2014 03:17:31 +0400 Subject: [PATCH] Bump version to 2.2.1 --- AUTHORS | 2 ++ Makefile | 2 +- http_parser.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3527d16..c3c2b45 100644 --- a/AUTHORS +++ b/AUTHORS @@ -45,3 +45,5 @@ Chris Dickinson Uli Köhler Charlie Somerville Fedor Indutny +runner +Alexis Campailla diff --git a/Makefile b/Makefile index 0fd07d8..504c525 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.2 +SONAME ?= libhttp_parser.so.2.2.1 CC?=gcc AR?=ar diff --git a/http_parser.h b/http_parser.h index 1a91c23..3e28816 100644 --- a/http_parser.h +++ b/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 2 -#define HTTP_PARSER_VERSION_PATCH 0 +#define HTTP_PARSER_VERSION_PATCH 1 #include #if defined(_WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) || _MSC_VER<1600)