svn commit: r233757 - head/sys/sys

David Chisnall theraven at FreeBSD.org
Sun Apr 1 09:35:24 UTC 2012


Author: theraven
Date: Sun Apr  1 09:35:23 2012
New Revision: 233757
URL: http://svn.freebsd.org/changeset/base/233757

Log:
  Bump __FreeBSD_version for xlocale cleanup, as requested by ports people.
  
  Approved by:	dim (mentor)

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Apr  1 08:58:21 2012	(r233756)
+++ head/sys/sys/param.h	Sun Apr  1 09:35:23 2012	(r233757)
@@ -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,


More information about the svn-src-head mailing list