Bump version to 2.8.1

make-http-max-header-size-gyp-configurable v2.8.1
Ben Noordhuis 7 years ago
parent 01da95fead
commit 54f55a2f02

@ -24,7 +24,7 @@ BINEXT ?=
SOLIBNAME = libhttp_parser SOLIBNAME = libhttp_parser
SOMAJOR = 2 SOMAJOR = 2
SOMINOR = 8 SOMINOR = 8
SOREV = 0 SOREV = 1
ifeq (darwin,$(PLATFORM)) ifeq (darwin,$(PLATFORM))
SOEXT ?= dylib SOEXT ?= dylib
SONAME ?= $(SOLIBNAME).$(SOMAJOR).$(SOMINOR).$(SOEXT) SONAME ?= $(SOLIBNAME).$(SOMAJOR).$(SOMINOR).$(SOEXT)

@ -27,7 +27,7 @@ extern "C" {
/* Also update SONAME in the Makefile whenever you change these. */ /* Also update SONAME in the Makefile whenever you change these. */
#define HTTP_PARSER_VERSION_MAJOR 2 #define HTTP_PARSER_VERSION_MAJOR 2
#define HTTP_PARSER_VERSION_MINOR 8 #define HTTP_PARSER_VERSION_MINOR 8
#define HTTP_PARSER_VERSION_PATCH 0 #define HTTP_PARSER_VERSION_PATCH 1
#include <stddef.h> #include <stddef.h>
#if defined(_WIN32) && !defined(__MINGW32__) && \ #if defined(_WIN32) && !defined(__MINGW32__) && \

Loading…
Cancel
Save