Skip to content

Commit f8aeb35

Browse files
committed
release: 9.0.1
1 parent 10ec8e5 commit f8aeb35

File tree

3 files changed

+211
-197
lines changed

3 files changed

+211
-197
lines changed

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.5.1)
22
cmake_policy(SET CMP0069 NEW)
33

4-
project(llhttp VERSION 9.0.0)
4+
project(llhttp VERSION 9.0.1)
55
include(GNUInstallDirs)
66

77
set(CMAKE_C_STANDARD 99)

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 0
7-
#define LLHTTP_VERSION_PATCH 0
7+
#define LLHTTP_VERSION_PATCH 1
88

99
#ifndef INCLUDE_LLHTTP_ITSELF_H_
1010
#define INCLUDE_LLHTTP_ITSELF_H_

0 commit comments

Comments
 (0)