From 956c8a054a8d8e8fd8eaca6827aedfaf08911cab Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Wed, 14 Jan 2015 02:49:50 +0300 Subject: [PATCH] Bump version to 2.4.0 --- .mailmap | 1 + AUTHORS | 15 ++++++++++++++- Makefile | 2 +- http_parser.h | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.mailmap b/.mailmap index 75a187c..278d141 100644 --- a/.mailmap +++ b/.mailmap @@ -5,3 +5,4 @@ Salman Haq Simon Zimmermann Thomas LE ROUX LE ROUX Thomas Thomas LE ROUX Thomas LE ROUX +Fedor Indutny diff --git a/AUTHORS b/AUTHORS index 51b53b1..29cdbb1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -39,12 +39,25 @@ BogDan Vatra Peter Faiman Corey Richardson Tóth Tamás -Patrik Stutz Cam Swords Chris Dickinson Uli Köhler Charlie Somerville +Patrik Stutz Fedor Indutny runner Alexis Campailla David Wragg +Vinnie Falco +Alex Butum +Rex Feng +Alex Kocharin +Mark Koopman +Helge Heß +Alexis La Goutte +George Miroshnykov +Maciej Małecki +Marc O'Morain +Jeff Pinner +Timothy J Fontaine +Akagi201 diff --git a/Makefile b/Makefile index 91079af..2959065 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.3 +SONAME ?= libhttp_parser.so.2.4 CC?=gcc AR?=ar diff --git a/http_parser.h b/http_parser.h index 936cddb..e06f10f 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 3 +#define HTTP_PARSER_VERSION_MINOR 4 #define HTTP_PARSER_VERSION_PATCH 0 #include