Skip to content

Commit a308af3

Browse files
committed
Reformat the version number in jemalloc.pc.in.
1 parent b73380b commit a308af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jemalloc.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ install_suffix=@install_suffix@
77
Name: jemalloc
88
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
99
URL: http://jemalloc.net/
10-
Version: @jemalloc_version@
10+
Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@_@jemalloc_version_nrev@
1111
Cflags: -I${includedir}
1212
Libs: -L${libdir} -ljemalloc${install_suffix}

0 commit comments

Comments
 (0)