projects
/
node-undici.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab54ce
)
fix llhttp version
author
Yadd
<yadd@debian.org>
Fri, 12 Apr 2024 10:05:59 +0000
(12:05 +0200)
committer
Jérémy Lal
<kapouer@melix.org>
Fri, 12 Apr 2024 10:05:59 +0000
(12:05 +0200)
Forwarded: not-needed
Last-Update: 2024-01-19
Gbp-Pq: Name fix-llhttp-version.patch
llhttp/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llhttp/CMakeLists.txt
b/llhttp/CMakeLists.txt
index 97fa40831998f2eabcdcd85a7fe9451a00f373a4..6023a7363dc4e84766721cbeb2f6da89e4059667 100644
(file)
--- a/
llhttp/CMakeLists.txt
+++ b/
llhttp/CMakeLists.txt
@@
-1,7
+1,7
@@
cmake_minimum_required(VERSION 3.5.1)
cmake_policy(SET CMP0069 NEW)
-project(llhttp VERSION
_RELEASE_
)
+project(llhttp VERSION
9.1.3
)
include(GNUInstallDirs)
set(CMAKE_C_STANDARD 99)