This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
65c127fd42
freebsd-skq
/
lib
/
clang
/
freebsd_cc_version.h
4 lines
53 B
C
Raw
Normal View
History
Unescape
Escape
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
2016-06-03 16:17:36 +00:00
/* $FreeBSD$ */
Bump CURRENT to 14.0 This one goes to 14. Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC ("Netgate")
2021-01-22 00:10:07 +00:00
#
define FREEBSD_CC_VERSION 1400000
Reference in New Issue
Copy Permalink