From: Yadd Date: Sun, 26 Jan 2025 15:18:40 +0000 (+0100) Subject: fix llhttp version X-Git-Tag: archive/raspbian/7.3.0+dfsg1+_cs24.12.11-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d9979ffbeb77c2361ac9327b3e2a6546ccc81fcb;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..87a6692 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.2.1) include(GNUInstallDirs) set(CMAKE_C_STANDARD 99)