Bump __FreeBSD_version to 1100001 for addition of support for "first boot"

rc.d scripts, so that ports can make use of this.
This commit is contained in:
Colin Percival 2013-10-19 21:55:42 +00:00
parent cabad26453
commit 004fc69c12

View File

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