diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-02 18:03:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-02 18:03:20 +0000 |
commit | fa0228ad20c93228519994978394a9cdc9d65ec5 (patch) | |
tree | f23f272a1aaa285e757465a9751b2b86bdff42f8 /sys | |
parent | 7483344a530c96c95952ba827e6244e01a8d2f71 (diff) | |
download | FreeBSD-src-fa0228ad20c93228519994978394a9cdc9d65ec5.zip FreeBSD-src-fa0228ad20c93228519994978394a9cdc9d65ec5.tar.gz |
Document new (starting with 5.x) __FreeBSD_version scheme.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 0da1cd6..85890ed 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -53,6 +53,8 @@ * Currently this lives here: * * doc/en_US.ISO8859-1/books/porters-handbook/book.sgml + * + * scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx */ #undef __FreeBSD_version #define __FreeBSD_version 501100 /* Master, propagated to newvers */ |