aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-23 17:51:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-23 17:51:02 +0000
commitd09d8a1ed9b09b45db5fa07b152da61df2972a02 (patch)
tree57b257b47ea0bf6cba69895d0f1e68773abc181f
parent38c1bc358bca6b0e6eb20e217d4d73d22fd1564b (diff)
Notes
-rw-r--r--sys/sys/param.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 28a250bbdad8..c3d46e427d14 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -45,6 +45,12 @@
#define BSD 199506 /* System version (year & month). */
#define BSD4_3 1
#define BSD4_4 1
+
+/*
+ * __FreeBSD_version numbers are documented in the Porter's Handbook.
+ * If you bump the version for any reason, you should update the documenation
+ * there.
+ */
#undef __FreeBSD_version
#define __FreeBSD_version 500022 /* Master, propagated to newvers */