Skip to content

Commit 86b83a5

Browse files
committed
release: 9.3.0
1 parent c995d11 commit 86b83a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

4-
project(llhttp VERSION 9.2.2)
4+
project(llhttp VERSION 9.3.0)
55
include(GNUInstallDirs)
66

77
set(CMAKE_C_STANDARD 99)

include/llhttp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#define INCLUDE_LLHTTP_H_
44

55
#define LLHTTP_VERSION_MAJOR 9
6-
#define LLHTTP_VERSION_MINOR 2
7-
#define LLHTTP_VERSION_PATCH 2
6+
#define LLHTTP_VERSION_MINOR 3
7+
#define LLHTTP_VERSION_PATCH 0
88

99
#ifndef INCLUDE_LLHTTP_ITSELF_H_
1010
#define INCLUDE_LLHTTP_ITSELF_H_

0 commit comments

Comments
 (0)