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 c995d11 commit 86b83a5Copy full SHA for 86b83a5
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.2.2)
+project(llhttp VERSION 9.3.0)
5
include(GNUInstallDirs)
6
7
set(CMAKE_C_STANDARD 99)
include/llhttp.h
@@ -3,8 +3,8 @@
#define INCLUDE_LLHTTP_H_
#define LLHTTP_VERSION_MAJOR 9
-#define LLHTTP_VERSION_MINOR 2
-#define LLHTTP_VERSION_PATCH 2
+#define LLHTTP_VERSION_MINOR 3
+#define LLHTTP_VERSION_PATCH 0
8
9
#ifndef INCLUDE_LLHTTP_ITSELF_H_
10
#define INCLUDE_LLHTTP_ITSELF_H_
0 commit comments