]> git.ipfire.org Git - thirdparty/squid.git/blame - include/version.h
SourceFormat Enforcement
[thirdparty/squid.git] / include / version.h
CommitLineData
cb69b4c7 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
5c193dec
AJ
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.
a2794549 7 */
e973b94a 8
9#ifndef SQUID_RELEASE_TIME
10#define SQUID_RELEASE_TIME squid_curtime
11#endif
7dbca7a4 12
5c193dec
AJ
13/*
14 * String for version id of this distribution
15 * is now the automake "VERSION" string.
16 */
17
7dbca7a4
AJ
18#ifndef APP_SHORTNAME
19#define APP_SHORTNAME "squid"
20#endif
21#ifndef APP_FULLNAME
22#define APP_FULLNAME PACKAGE "/" VERSION
23#endif
f53969cc 24