summaryrefslogtreecommitdiff
path: root/jemalloc.pc.in
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2018-05-07 14:51:33 -0700
committerQi Wang <interwq@gmail.com>2018-05-07 20:12:03 -0700
commita308af360ca8fccb31f9dcdb0654b0d4cf6f776c (patch)
tree09808c6650adfcd49be0285fd066634fca1a6f8d /jemalloc.pc.in
parentb73380bee0abde8e74f43d19d099cc151f51eb58 (diff)
Reformat the version number in jemalloc.pc.in.
Diffstat (limited to 'jemalloc.pc.in')
-rw-r--r--jemalloc.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/jemalloc.pc.in b/jemalloc.pc.in
index a318e8dd..c428a86d 100644
--- a/jemalloc.pc.in
+++ b/jemalloc.pc.in
@@ -7,6 +7,6 @@ install_suffix=@install_suffix@
Name: jemalloc
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
URL: http://jemalloc.net/
-Version: @jemalloc_version@
+Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@_@jemalloc_version_nrev@
Cflags: -I${includedir}
Libs: -L${libdir} -ljemalloc${install_suffix}