fix version number in pc-config

This commit is contained in:
daan 2022-10-31 15:47:00 -07:00
parent 907d04c27c
commit 4dcd7e6842
1 changed files with 2 additions and 2 deletions

View File

@ -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@