Remind people to document bumps in the Porter's Handbook.

This commit is contained in:
David E. O'Brien 2001-07-23 17:51:02 +00:00
parent 38c1bc358b
commit d09d8a1ed9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80214

View file

@ -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 */