]> git.ipfire.org Git - thirdparty/squid.git/blame_incremental - include/version.h
SourceFormat Enforcement
[thirdparty/squid.git] / include / version.h
... / ...
CommitLineData
1/*
2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9#ifndef SQUID_RELEASE_TIME
10#define SQUID_RELEASE_TIME squid_curtime
11#endif
12
13/*
14 * String for version id of this distribution
15 * is now the automake "VERSION" string.
16 */
17
18#ifndef APP_SHORTNAME
19#define APP_SHORTNAME "squid"
20#endif
21#ifndef APP_FULLNAME
22#define APP_FULLNAME PACKAGE "/" VERSION
23#endif
24