xref: /freebsd/lib/clang/include/clang/Basic/Version.inc (revision 6c05f3a74f30934ee60919cc97e16ec69b542b06)
1#define	CLANG_VERSION			19.1.7
2#define	CLANG_VERSION_STRING		"19.1.7"
3#define	CLANG_VERSION_MAJOR		19
4#define	CLANG_VERSION_MAJOR_STRING	"19"
5#define	CLANG_VERSION_MINOR		1
6#define	CLANG_VERSION_PATCHLEVEL	7
7
8#define	CLANG_VENDOR			"FreeBSD "
9