Version.inc revision 310618
1/* $FreeBSD: stable/11/lib/clang/include/clang/Basic/Version.inc 310618 2016-12-26 20:36:37Z dim $ */
2
3#define	CLANG_VERSION			3.9.1
4#define	CLANG_VERSION_MAJOR		3
5#define	CLANG_VERSION_MINOR		9
6#define	CLANG_VERSION_PATCHLEVEL	1
7
8#define	CLANG_VENDOR			"FreeBSD "
9
10#define	SVN_REVISION			"289601"
11