From a1a81b18590b02fc96cc2f8a13e6e51fe56f26ea Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Wed, 28 Jul 2004 03:36:05 +0000 Subject: [PATCH] Erroneously decreased __FreeBSD_version, which should have been increased instead: "__FreeBSD_version should only ever increment. It is a historial record of events in the system. Decrementing it is akin to trying to go back in time and change history." Reminded by: kuriyama, scottl --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 2a0a77eb60a..f538c2f3f8c 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -55,7 +55,7 @@ * scheme is: <0 if release branch, otherwise 1>xx */ #undef __FreeBSD_version -#define __FreeBSD_version 502123 /* Master, propagated to newvers */ +#define __FreeBSD_version 502125 /* Master, propagated to newvers */ #ifndef LOCORE #include