]> git.ipfire.org Git - thirdparty/squid.git/blob - include/version.h
2.1 branch merge
[thirdparty/squid.git] / include / version.h
1 /*
2 * $Id: version.h,v 1.121 1998/11/12 06:30:13 wessels Exp $
3 *
4 * SQUID_VERSION - String for version id of this distribution
5 */
6 #ifndef SQUID_VERSION
7 #define SQUID_VERSION "2.1.PRE4"
8 #endif
9
10 #ifndef SQUID_RELEASE_TIME
11 #define SQUID_RELEASE_TIME squid_curtime
12 #endif