From a308af360ca8fccb31f9dcdb0654b0d4cf6f776c Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Mon, 7 May 2018 14:51:33 -0700 Subject: [PATCH] Reformat the version number in jemalloc.pc.in. --- jemalloc.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}