Bump __FreeBSD_version

Reviewed by:	kris, ru
This commit is contained in:
Maksim Yevmenkin 2004-07-09 16:57:24 +00:00
parent 0f2f1f7124
commit 6421d1dbcb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131883
2 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20040708:
Bluetooth code has been marked as non-i386 specific.
__FreeBSD_version has been bumped to 502121 to mark this change.
20040702:
The native preemption has been added to the kernel scheduler.
There is some report that ULE scheduler was broken in some

View File

@ -55,7 +55,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
#define __FreeBSD_version 502120 /* Master, propagated to newvers */
#define __FreeBSD_version 502121 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>