Skip to content

Commit

Permalink
release: 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Aug 21, 2023
1 parent 10ec8e5 commit f8aeb35
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 197 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5.1)
cmake_policy(SET CMP0069 NEW)

project(llhttp VERSION 9.0.0)
project(llhttp VERSION 9.0.1)
include(GNUInstallDirs)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion include/llhttp.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define LLHTTP_VERSION_MAJOR 9
#define LLHTTP_VERSION_MINOR 0
#define LLHTTP_VERSION_PATCH 0
#define LLHTTP_VERSION_PATCH 1

#ifndef INCLUDE_LLHTTP_ITSELF_H_
#define INCLUDE_LLHTTP_ITSELF_H_
Expand Down

0 comments on commit f8aeb35

Please sign in to comment.