Skip to content

Commit 4b12ac3

Browse files
ShogunPandaRafaelGSS
authored andcommitted
deps: update llhttp to 9.4.3
Signed-off-by: Paolo Insogna <paolo@cowtech.it> PR-URL: nodejs-private/node-private#935 Refs: nodejs-private/llhttp-private#244 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent 3fd0aa5 commit 4b12ac3

4 files changed

Lines changed: 263 additions & 254 deletions

File tree

β€Ždeps/llhttp/.gitignoreβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždeps/llhttp/CMakeLists.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.25.0)
22
cmake_policy(SET CMP0069 NEW)
33

4-
project(llhttp VERSION 9.4.2)
4+
project(llhttp VERSION 9.4.3)
55
include(GNUInstallDirs)
66
include(CMakePackageConfigHelpers)
77

β€Ždeps/llhttp/include/llhttp.hβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#define LLHTTP_VERSION_MAJOR 9
66
#define LLHTTP_VERSION_MINOR 4
7-
#define LLHTTP_VERSION_PATCH 2
7+
#define LLHTTP_VERSION_PATCH 3
88

99
#ifndef INCLUDE_LLHTTP_ITSELF_H_
1010
#define INCLUDE_LLHTTP_ITSELF_H_

0 commit comments

Comments
Β (0)