diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-04-30 23:55:16 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-04-30 23:55:16 +0000 |
| commit | 47bbd753d98c08fae029fc3c3d3683f030b4c747 (patch) | |
| tree | d2bd078cc5ef500a380aafe9ee5f0cb08aa3d2ad /sys | |
| parent | a8f6daaecaaa865ead171e0e357e16736bf30935 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/param.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 147c8ce7140c..d3c1f70e2c60 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -50,6 +50,9 @@ * __FreeBSD_version numbers are documented in the Porter's Handbook. * If you bump the version for any reason, you should update the documentation * there. + * Currently this lives here: + * + * doc/en_US.ISO8859-1/books/porters-handbook/book.sgml */ #undef __FreeBSD_version #define __FreeBSD_version 500034 /* Master, propagated to newvers */ |
