From 4dcd7e68429f74867ba6fd6eb39872a2c505b8bf Mon Sep 17 00:00:00 2001 From: daan Date: Mon, 31 Oct 2022 15:47:00 -0700 Subject: [PATCH] fix version number in pc-config --- mimalloc.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mimalloc.pc.in b/mimalloc.pc.in index e0cb4820..36da2038 100644 --- a/mimalloc.pc.in +++ b/mimalloc.pc.in @@ -3,8 +3,8 @@ libdir=@libdir_for_pc_file@ includedir=@includedir_for_pc_file@ Name: @PROJECT_NAME@ -Description: a compact general purpose allocator with excellent performance -Version: @PROJECT_VERSION@ +Description: A compact general purpose allocator with excellent performance +Version: @PACKAGE_VERSION@ URL: https://github.com/microsoft/mimalloc/ Libs: -L${libdir} -lmimalloc Libs.private: @pc_libraries@