From: Yadd Date: Fri, 12 Apr 2024 10:05:59 +0000 (+0200) Subject: fix llhttp version X-Git-Tag: archive/raspbian/7.3.0+dfsg1+_cs24.12.11-1+rpi1~1^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e73f8bae634a72196cc6deb8c9d024928420e4b8;p=node-undici.git fix llhttp version Forwarded: not-needed Last-Update: 2024-01-19 Gbp-Pq: Name fix-llhttp-version.patch --- diff --git a/llhttp/CMakeLists.txt b/llhttp/CMakeLists.txt index 97fa408..6023a73 100644 --- 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)