mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
In preparation for merging back to head, bump __FreeBSD_version,
FREEBSD_CC_VERSION and set date in ObsoleteFiles.inc.
This commit is contained in:
parent
0ed76ec8e6
commit
d590c67486
3 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@
|
|||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 2016mmdd: new clang import which bumps version from 3.8.0 to 3.9.0.
|
||||
# 20161124: new clang import which bumps version from 3.8.0 to 3.9.0.
|
||||
OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/allocator_interface.h
|
||||
OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/asan_interface.h
|
||||
OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/common_interface_defs.h
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
#define FREEBSD_CC_VERSION 1200002
|
||||
#define FREEBSD_CC_VERSION 1200003
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1200016 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1200017 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue