From 1b315808932486656cfa30e46932a93cbe231b42 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Sun, 25 Jan 2015 21:22:01 +0300 Subject: [PATCH] Bump version to 2.4.2 --- Makefile | 2 +- http_parser.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3600503..a032dcf 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.4.1 +SONAME ?= libhttp_parser.so.2.4.2 CC?=gcc AR?=ar diff --git a/http_parser.h b/http_parser.h index 640ffa0..cb59295 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 4 -#define HTTP_PARSER_VERSION_PATCH 1 +#define HTTP_PARSER_VERSION_PATCH 2 #include #if defined(_WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) || _MSC_VER<1600)