diff options
author | daan <daan@effp.org> | 2022-10-31 15:47:00 -0700 |
---|---|---|
committer | daan <daan@effp.org> | 2022-10-31 15:47:00 -0700 |
commit | 4dcd7e68429f74867ba6fd6eb39872a2c505b8bf (patch) | |
tree | 6396e49307012be61b989b77ffb3e42a9632f0d2 | |
parent | 907d04c27c59d6a1dd12d5a04f2033c0be129d85 (diff) |
fix version number in pc-config
-rw-r--r-- | mimalloc.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mimalloc.pc.in b/mimalloc.pc.in index e0cb482..36da203 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@ |