Version.inc revision 327204
1/* $FreeBSD: stable/11/lib/clang/include/clang/Basic/Version.inc 327204 2017-12-26 14:44:02Z dim $ */
2
3#define	CLANG_VERSION			5.0.1
4#define	CLANG_VERSION_STRING		"5.0.1"
5#define	CLANG_VERSION_MAJOR		5
6#define	CLANG_VERSION_MINOR		0
7#define	CLANG_VERSION_PATCHLEVEL	1
8
9#define	CLANG_VENDOR			"FreeBSD "
10
11#define	SVN_REVISION			"320880"
12