aboutsummaryrefslogtreecommitdiff
path: root/devel/libdlmalloc/files
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>1999-04-04 15:16:26 +0000
committerOllivier Robert <roberto@FreeBSD.org>1999-04-04 15:16:26 +0000
commit4bc7f4c01a4062ff19a69ed474d4e657ff30ea1e (patch)
treef1899182a4346f5afa30af653d90767e0d3484c3 /devel/libdlmalloc/files
parentc1196dd22bd4972864925c308c27bb3af46fc88f (diff)
Notes
Diffstat (limited to 'devel/libdlmalloc/files')
-rw-r--r--devel/libdlmalloc/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libdlmalloc/files/Makefile b/devel/libdlmalloc/files/Makefile
index 5c21d801888d..8877f49814b6 100644
--- a/devel/libdlmalloc/files/Makefile
+++ b/devel/libdlmalloc/files/Makefile
@@ -7,7 +7,7 @@
# A version of malloc/free/realloc written by Doug Lea and released to the
# public domain.
#
-# preliminary VERSION 2.5.3b
+# preliminary VERSION 2.6.5
#
# working version; unreleased.
#
@@ -24,7 +24,7 @@ VERSION=2.6
LIBMALLOC=libdlmalloc.a
LIBSMALLOC=libdlmalloc.so.${VERSION}
-SRCS = malloc-2.6.4.c
+SRCS = malloc-2.6.5.c
OBJS = $(SRCS:.c=.o)
SOBJS = $(SRCS:.c=.so)