Bump __FreeBSD_version due to jemalloc import.

This commit is contained in:
jasone 2012-05-02 10:15:42 +00:00
parent cecdf5f9b6
commit de4fc84db0

View File

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