Bump __FreeBSD_version for xlocale cleanup, as requested by ports people.

Approved by:	dim (mentor)
This commit is contained in:
theraven 2012-04-01 09:35:23 +00:00
parent edca5630e2
commit d5bc632dfb

View File

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