File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed 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]"')
22
22
HELPER ?=
23
23
BINEXT ?=
24
24
ifeq (darwin,$(PLATFORM ) )
25
- SONAME ?= libhttp_parser.2.7.0 .dylib
25
+ SONAME ?= libhttp_parser.2.7.1 .dylib
26
26
SOEXT ?= dylib
27
27
else ifeq (wine,$(PLATFORM))
28
28
CC = winegcc
29
29
BINEXT = .exe.so
30
30
HELPER = wine
31
31
else
32
- SONAME ?= libhttp_parser.so.2.7.0
32
+ SONAME ?= libhttp_parser.so.2.7.1
33
33
SOEXT ?= so
34
34
endif
35
35
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
27
27
/* Also update SONAME in the Makefile whenever you change these. */
28
28
#define HTTP_PARSER_VERSION_MAJOR 2
29
29
#define HTTP_PARSER_VERSION_MINOR 7
30
- #define HTTP_PARSER_VERSION_PATCH 0
30
+ #define HTTP_PARSER_VERSION_PATCH 1
31
31
32
32
#include <sys/types.h>
33
33
#if defined(_WIN32 ) && !defined(__MINGW32__ ) && \
You can’t perform that action at this time.
0 commit comments