Version.inc revision 316423
1/* $FreeBSD: stable/11/lib/clang/include/clang/Basic/Version.inc 316423 2017-04-02 17:24:58Z dim $ */
2
3#define	CLANG_VERSION			4.0.0
4#define	CLANG_VERSION_STRING		"4.0.0"
5#define	CLANG_VERSION_MAJOR		4
6#define	CLANG_VERSION_MINOR		0
7#define	CLANG_VERSION_PATCHLEVEL	0
8
9#define	CLANG_VENDOR			"FreeBSD "
10
11#define	SVN_REVISION			"297347"
12