K 10 svn:author V 3 dim K 8 svn:date V 27 2016-06-03T16:17:36.143129Z K 7 svn:log V 326 For clang, move the definition of FREEBSD_CC_VERSION into its own header file, lib/clang/freebsd_cc_version.h, instead of reusing Version.inc. The header is only included from one .cpp file in the clang tree. This minimizes the number of .cpp files that need to be rebuilt if the version is bumped. Discussed with: bdrewery END