We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f4442 commit 0d0a24eCopy full SHA for 0d0a24e
Makefile
@@ -23,8 +23,8 @@ HELPER ?=
23
BINEXT ?=
24
SOLIBNAME = libhttp_parser
25
SOMAJOR = 2
26
-SOMINOR = 8
27
-SOREV = 1
+SOMINOR = 9
+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 8
-#define HTTP_PARSER_VERSION_PATCH 1
+#define HTTP_PARSER_VERSION_MINOR 9
+#define HTTP_PARSER_VERSION_PATCH 0
31
32
#include <stddef.h>
33
#if defined(_WIN32) && !defined(__MINGW32__) && \
0 commit comments