mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Clarify __FreeBSD_version scheme.
Submitted by: ru
This commit is contained in:
parent
d0e54ab4ce
commit
fb022e3c1e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134130
@ -52,7 +52,9 @@
|
||||
*
|
||||
* doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
|
||||
*
|
||||
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
|
||||
* scheme is: <major><two digit minor>Rxx
|
||||
* 'R' is 0 if release branch or x.0-CURRENT before RELENG_*_0
|
||||
* is created, otherwise 1.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 600000 /* Master, propagated to newvers */
|
||||
|
Loading…
Reference in New Issue
Block a user