aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-02-23 05:34:20 +0000
committerScott Long <scottl@FreeBSD.org>2004-02-23 05:34:20 +0000
commitdf2804f0903c9ec849c7bb0abcd7b97d5fbf3d7d (patch)
tree3af3da92ed6af76573b78e2456fe9b44b9c28dac
parent7e616136ed836b3113ab06149fed772fe0871421 (diff)
downloadsrc-df2804f0903c9ec849c7bb0abcd7b97d5fbf3d7d.tar.gz
src-df2804f0903c9ec849c7bb0abcd7b97d5fbf3d7d.zip
Change 502001 to 50201. The more I think about it, the more the latter
makes sense. Sorry for the churn.
Notes
Notes: svn path=/releng/5.2/; revision=126150
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 0f9bd0d640db..87c1c7b5b658 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 502001 /* Master, propagated to newvers */
+#define __FreeBSD_version 502010 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>