From bee4817ebea0eaa592143c7825f5c96f040c84e4 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Wed, 28 Oct 2015 21:47:12 -0700 Subject: [PATCH] Bump version to 2.6.0 --- Makefile | 4 ++-- http_parser.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7d4a31c..33c8ba0 100644 --- a/Makefile +++ b/Makefile @@ -22,14 +22,14 @@ PLATFORM ?= $(shell sh -c 'uname -s | tr "[A-Z]" "[a-z]"') HELPER ?= BINEXT ?= ifeq (darwin,$(PLATFORM)) -SONAME ?= libhttp_parser.2.5.0.dylib +SONAME ?= libhttp_parser.2.6.0.dylib SOEXT ?= dylib else ifeq (wine,$(PLATFORM)) CC = winegcc BINEXT = .exe.so HELPER = wine else -SONAME ?= libhttp_parser.so.2.5.0 +SONAME ?= libhttp_parser.so.2.6.0 SOEXT ?= so endif diff --git a/http_parser.h b/http_parser.h index 2b0a013..34bebf3 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 5 +#define HTTP_PARSER_VERSION_MINOR 6 #define HTTP_PARSER_VERSION_PATCH 0 #include @@ -152,7 +152,7 @@ enum flags /* Map for errno-related constants - * + * * The provided argument should be a macro that takes 2 arguments. */ #define HTTP_ERRNO_MAP(XX) \