summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2010-10-24 23:32:13 (GMT)
committerJason Evans <jasone@canonware.com>2010-10-24 23:32:13 (GMT)
commit0176e3057d37e65f01cf5afe688b9fd45729fe7b (patch)
treeefd093f242b20514c4c3d305bafc51d3bc5f42a7
parent379f847f446b84b8f43fdda306dd20a60024d331 (diff)
downloadjemalloc-0176e3057d37e65f01cf5afe688b9fd45729fe7b.zip
jemalloc-0176e3057d37e65f01cf5afe688b9fd45729fe7b.tar.gz
jemalloc-0176e3057d37e65f01cf5afe688b9fd45729fe7b.tar.bz2
Bump library version number.
-rw-r--r--jemalloc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/jemalloc/Makefile.in b/jemalloc/Makefile.in
index ca807fd..46eddf4 100644
--- a/jemalloc/Makefile.in
+++ b/jemalloc/Makefile.in
@@ -33,7 +33,7 @@ else
SO := so
WL_SONAME := soname
endif
-REV := 0
+REV := 1
ifeq (macho, @abi@)
TEST_LIBRARY_PATH := DYLD_FALLBACK_LIBRARY_PATH=@objroot@lib
else