master v2.9.3
Fedor Indutny 5 years ago
parent 7d5c99d09f
commit a0c034c0c7

@ -24,7 +24,7 @@ BINEXT ?=
SOLIBNAME = libhttp_parser SOLIBNAME = libhttp_parser
SOMAJOR = 2 SOMAJOR = 2
SOMINOR = 9 SOMINOR = 9
SOREV = 2 SOREV = 3
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 9 #define HTTP_PARSER_VERSION_MINOR 9
#define HTTP_PARSER_VERSION_PATCH 2 #define HTTP_PARSER_VERSION_PATCH 3
#include <stddef.h> #include <stddef.h>
#if defined(_WIN32) && !defined(__MINGW32__) && \ #if defined(_WIN32) && !defined(__MINGW32__) && \

Loading…
Cancel
Save