In preparation for merging back to head, bump __FreeBSD_version,

FREEBSD_CC_VERSION and set date in ObsoleteFiles.inc.
This commit is contained in:
Dimitry Andric 2016-11-24 21:12:43 +00:00
parent 0ed76ec8e6
commit d590c67486
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
/* $FreeBSD$ */
#define FREEBSD_CC_VERSION 1200002
#define FREEBSD_CC_VERSION 1200003

View File

@ -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,