aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2014-12-31 20:31:32 +0000
committerDimitry Andric <dim@FreeBSD.org>2014-12-31 20:31:32 +0000
commit44b6c81fe4c0c992733233c09a5ea2c57c2f546e (patch)
tree7c23c6bcc1c2a8092cace1ff9b7b598a4c9ec82c /sys/sys/param.h
parent3dc58d9cdbf6a8da08d725ddf04d46f63c2a3410 (diff)
parentc5dd4a506566b86fd6b9f12b75f744a8dd451035 (diff)
downloadsrc-44b6c81fe4c0c992733233c09a5ea2c57c2f546e.tar.gz
src-44b6c81fe4c0c992733233c09a5ea2c57c2f546e.zip
Upgrade our copy of clang, llvm and lldb to 3.5.0 release.
Please note that this version now requires C++11 support to build; see UPDATING for more information. Release notes for llvm and clang can be found here: <http://llvm.org/releases/3.5.0/docs/ReleaseNotes.html> <http://llvm.org/releases/3.5.0/tools/clang/docs/ReleaseNotes.html> Thanks to Ed Maste, Roman Divacky, Andrew Turner, Justin Hibbits and Antoine Brodin for their invaluable help with this import. Approved by: portmgr (antoine) MFC after: 1 month
Notes
Notes: svn path=/head/; revision=276479
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index a4922f1a8cbc..2b9f8a6a8204 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 1100051 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100052 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,