Bump __FreeBSD_version after the libc++ 3.4 ABI compatibility fix in

r261801.

Requested by:	portmgr
This commit is contained in:
Dimitry Andric 2014-02-14 08:42:39 +00:00
parent 6d9223ac7e
commit 552ee0e1ed

View File

@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1100007 /* Master, propagated to newvers */
#define __FreeBSD_version 1100008 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,