diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 7227267ba2e1..ea41a49866fc 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,7 +38,7 @@ # xargs -n1 | sort | uniq -d; # done -# 2015mmdd: new clang import which bumps version from 3.5.1 to 3.6.0. +# 20150315: new clang import which bumps version from 3.5.1 to 3.6.0. OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_aes.h OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_pclmul.h OLD_FILES+=usr/include/clang/3.5.1/altivec.h diff --git a/UPDATING b/UPDATING index 373038ca6c9f..3fc8fc3925b1 100644 --- a/UPDATING +++ b/UPDATING @@ -31,8 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) -2015mmdd: - Clang and llvm have been upgraded to 3.6.0 release. +20150315: + Clang and llvm have been upgraded to 3.6.0 release. Please see the + 20141231 entry below for information about prerequisites and upgrading, + if you are not already using 3.5.0. 20150307: The 32-bit PowerPC kernel has been changed to a position-independent diff --git a/sys/sys/param.h b/sys/sys/param.h index 34052f56ff7b..3a130022f916 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1100064 /* Master, propagated to newvers */ +#define __FreeBSD_version 1100065 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,