From b719769c023fb838e91f23dcd29f19448b493495 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Mon, 15 Apr 1996 10:09:43 +0000 Subject: [PATCH] 1.0.alpha16 --- ChangeLog | 1 + include/version.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d001c75847..81a6274889 100644 --- a/ChangeLog +++ b/ChangeLog @@ -67,3 +67,4 @@ - Fixed reqnum bug (was using ntohs instead of ntohl). - Fixed double free() bug caused by setting flag=0 in storeAddFromDisk(). + - Fixed memory leaks. diff --git a/include/version.h b/include/version.h index e932604289..a3ad78c8ab 100644 --- a/include/version.h +++ b/include/version.h @@ -1,7 +1,7 @@ -/* $Id: version.h,v 1.15 1996/04/14 03:29:36 wessels Exp $ +/* $Id: version.h,v 1.16 1996/04/15 04:09:43 wessels Exp $ * * SQUID_VERSION - String for version id of this distribution */ #ifndef SQUID_VERSION -#define SQUID_VERSION "1.0.alpha15" +#define SQUID_VERSION "1.0.alpha16" #endif -- 2.47.3