Bump __FreeBSD_version for the addition of explicit_bzero(3).

This commit is contained in:
Xin LI 2014-10-07 04:54:47 +00:00
parent 78b59024b5
commit 0ef99c7017

View File

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