mirror of
https://github.com/nodejs/http-parser.git
synced 2025-10-21 23:52:13 +08:00
v2.9.0
This commit is contained in:
4
Makefile
4
Makefile
@@ -23,8 +23,8 @@ HELPER ?=
|
|||||||
BINEXT ?=
|
BINEXT ?=
|
||||||
SOLIBNAME = libhttp_parser
|
SOLIBNAME = libhttp_parser
|
||||||
SOMAJOR = 2
|
SOMAJOR = 2
|
||||||
SOMINOR = 8
|
SOMINOR = 9
|
||||||
SOREV = 1
|
SOREV = 0
|
||||||
ifeq (darwin,$(PLATFORM))
|
ifeq (darwin,$(PLATFORM))
|
||||||
SOEXT ?= dylib
|
SOEXT ?= dylib
|
||||||
SONAME ?= $(SOLIBNAME).$(SOMAJOR).$(SOMINOR).$(SOEXT)
|
SONAME ?= $(SOLIBNAME).$(SOMAJOR).$(SOMINOR).$(SOEXT)
|
||||||
|
@@ -26,8 +26,8 @@ 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 9
|
||||||
#define HTTP_PARSER_VERSION_PATCH 1
|
#define HTTP_PARSER_VERSION_PATCH 0
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#if defined(_WIN32) && !defined(__MINGW32__) && \
|
#if defined(_WIN32) && !defined(__MINGW32__) && \
|
||||||
|
Reference in New Issue
Block a user