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 10ec8e5 commit f8aeb35Copy full SHA for f8aeb35
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.5.1)
2
cmake_policy(SET CMP0069 NEW)
3
4
-project(llhttp VERSION 9.0.0)
+project(llhttp VERSION 9.0.1)
5
include(GNUInstallDirs)
6
7
set(CMAKE_C_STANDARD 99)
include/llhttp.h
@@ -4,7 +4,7 @@
#define LLHTTP_VERSION_MAJOR 9
#define LLHTTP_VERSION_MINOR 0
-#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