File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ PLATFORM ?= $(shell sh -c 'uname -s | tr "[A-Z]" "[a-z]"')
2222HELPER ?=
2323BINEXT ?=
2424ifeq (darwin,$(PLATFORM ) )
25- SONAME ?= libhttp_parser.2.7.0 .dylib
25+ SONAME ?= libhttp_parser.2.7.1 .dylib
2626SOEXT ?= dylib
2727else ifeq (wine,$(PLATFORM))
2828CC = winegcc
2929BINEXT = .exe.so
3030HELPER = wine
3131else
32- SONAME ?= libhttp_parser.so.2.7.0
32+ SONAME ?= libhttp_parser.so.2.7.1
3333SOEXT ?= so
3434endif
3535
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
2727/* Also update SONAME in the Makefile whenever you change these. */
2828#define HTTP_PARSER_VERSION_MAJOR 2
2929#define HTTP_PARSER_VERSION_MINOR 7
30- #define HTTP_PARSER_VERSION_PATCH 0
30+ #define HTTP_PARSER_VERSION_PATCH 1
3131
3232#include <sys/types.h>
3333#if defined(_WIN32 ) && !defined(__MINGW32__ ) && \
You can’t perform that action at this time.
0 commit comments