Skip to content

Commit 54f55a2

Browse files
committed
Bump version to 2.8.1
1 parent 01da95f commit 54f55a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BINEXT ?=
2424
SOLIBNAME = libhttp_parser
2525
SOMAJOR = 2
2626
SOMINOR = 8
27-
SOREV = 0
27+
SOREV = 1
2828
ifeq (darwin,$(PLATFORM))
2929
SOEXT ?= dylib
3030
SONAME ?= $(SOLIBNAME).$(SOMAJOR).$(SOMINOR).$(SOEXT)

http_parser.h

+1-1
Original file line numberDiff line numberDiff 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 8
30-
#define HTTP_PARSER_VERSION_PATCH 0
30+
#define HTTP_PARSER_VERSION_PATCH 1
3131

3232
#include <stddef.h>
3333
#if defined(_WIN32) && !defined(__MINGW32__) && \

0 commit comments

Comments
 (0)