Skip to content

Commit

Permalink
release: 6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Dec 4, 2021
1 parent a4aa7a7 commit 4bfeb62
Show file tree
Hide file tree
Showing 3 changed files with 574 additions and 402 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if (err == HPE_OK) {
parser.reason);
}
```
For more information on API usage, please refer to [src/native/api.h](https://github.com/nodejs/llhttp/blob/master/src/native/api.h).
For more information on API usage, please refer to [src/native/api.h](https://github.com/nodejs/llhttp/blob/main/src/native/api.h).
---
Expand All @@ -106,7 +106,7 @@ If you want to use this library in a CMake project you can use the snippet below
```
FetchContent_Declare(llhttp
URL "https://github.com/nodejs/llhttp/releases/download/v6.0.4/llhttp-release-v6.0.4.tar.gz") # Using version 6.0.4
URL "https://github.com/nodejs/llhttp/releases/download/v6.0.5/llhttp-release-v6.0.5.tar.gz") # Using version 6.0.5

FetchContent_MakeAvailable(llhttp)

Expand Down
2 changes: 1 addition & 1 deletion include/llhttp.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define LLHTTP_VERSION_MAJOR 6
#define LLHTTP_VERSION_MINOR 0
#define LLHTTP_VERSION_PATCH 5
#define LLHTTP_VERSION_PATCH 6

#ifndef LLHTTP_STRICT_MODE
# define LLHTTP_STRICT_MODE 0
Expand Down
Loading

0 comments on commit 4bfeb62

Please sign in to comment.