Skip to content

Commit

Permalink
Reformat the version number in jemalloc.pc.in.
Browse files Browse the repository at this point in the history
  • Loading branch information
interwq committed May 8, 2018
1 parent b73380b commit a308af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jemalloc.pc.in
Expand Up @@ -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}

0 comments on commit a308af3

Please sign in to comment.