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 dd9a1e3 commit 139af84Copy full SHA for 139af84
2 files changed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.25.0)
2
cmake_policy(SET CMP0069 NEW)
3
4
-project(llhttp VERSION 9.4.0)
+project(llhttp VERSION 9.4.1)
5
include(GNUInstallDirs)
6
include(CMakePackageConfigHelpers)
7
include/llhttp.h
@@ -4,7 +4,7 @@
#define LLHTTP_VERSION_MAJOR 9
#define LLHTTP_VERSION_MINOR 4
-#define LLHTTP_VERSION_PATCH 0
+#define LLHTTP_VERSION_PATCH 1
8
9
#ifndef INCLUDE_LLHTTP_ITSELF_H_
10
#define INCLUDE_LLHTTP_ITSELF_H_
0 commit comments