We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921d558 commit dd74753Copy full SHA for dd74753
Makefile
@@ -23,8 +23,8 @@ HELPER ?=
23
BINEXT ?=
24
SOLIBNAME = libhttp_parser
25
SOMAJOR = 2
26
-SOMINOR = 7
27
-SOREV = 1
+SOMINOR = 8
+SOREV = 0
28
ifeq (darwin,$(PLATFORM))
29
SOEXT ?= dylib
30
SONAME ?= $(SOLIBNAME).$(SOMAJOR).$(SOMINOR).$(SOEXT)
http_parser.h
@@ -26,8 +26,8 @@ extern "C" {
/* Also update SONAME in the Makefile whenever you change these. */
#define HTTP_PARSER_VERSION_MAJOR 2
-#define HTTP_PARSER_VERSION_MINOR 7
-#define HTTP_PARSER_VERSION_PATCH 1
+#define HTTP_PARSER_VERSION_MINOR 8
+#define HTTP_PARSER_VERSION_PATCH 0
31
32
#include <stddef.h>
33
#if defined(_WIN32) && !defined(__MINGW32__) && \
0 commit comments