From: wessels <> Date: Thu, 5 Mar 1998 07:38:55 +0000 (+0000) Subject: 1.2.beta16 X-Git-Tag: SQUID_3_0_PRE1~3921 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7841d99daf9232f2de836029cb5fc6b9d85b065e;p=thirdparty%2Fsquid.git 1.2.beta16 --- diff --git a/include/version.h b/include/version.h index c4f796b002..378e006fa6 100644 --- a/include/version.h +++ b/include/version.h @@ -1,16 +1,16 @@ /* - * $Id: version.h,v 1.106 1998/02/26 23:56:43 kostas Exp $ + * $Id: version.h,v 1.107 1998/03/05 00:38:55 wessels Exp $ * * SQUID_VERSION - String for version id of this distribution */ #ifndef SQUID_VERSION -#define SQUID_VERSION "1.2.beta15" -#endif -#ifndef CURRENT_MIB_VERSION -#define CURRENT_MIB_VERSION "Id: mib.txt,v 1.11 1998/02/26 23:16:52 kostas Exp $" - +#define SQUID_VERSION "1.2.beta16" #endif #ifndef SQUID_RELEASE_TIME #define SQUID_RELEASE_TIME squid_curtime #endif + +#ifndef CURRENT_MIB_VERSION +#define CURRENT_MIB_VERSION "Id: mib.txt,v 1.11 1998/02/26 23:16:52 kostas Exp $" +#endif