From 0d0a24e19eb5ba232d2ea8859aba2a7cc6c42bc4 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 28 Dec 2018 08:28:50 +0100 Subject: [PATCH] v2.9.0 --- Makefile | 4 ++-- http_parser.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 24cc69a..d3f11b2 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ HELPER ?= BINEXT ?= SOLIBNAME = libhttp_parser SOMAJOR = 2 -SOMINOR = 8 -SOREV = 1 +SOMINOR = 9 +SOREV = 0 ifeq (darwin,$(PLATFORM)) SOEXT ?= dylib SONAME ?= $(SOLIBNAME).$(SOMAJOR).$(SOMINOR).$(SOEXT) diff --git a/http_parser.h b/http_parser.h index 52aead3..880ed27 100644 --- a/http_parser.h +++ b/http_parser.h @@ -26,8 +26,8 @@ extern "C" { /* Also update SONAME in the Makefile whenever you change these. */ #define HTTP_PARSER_VERSION_MAJOR 2 -#define HTTP_PARSER_VERSION_MINOR 8 -#define HTTP_PARSER_VERSION_PATCH 1 +#define HTTP_PARSER_VERSION_MINOR 9 +#define HTTP_PARSER_VERSION_PATCH 0 #include #if defined(_WIN32) && !defined(__MINGW32__) && \