Add __FreeBSD_version values for 2.2.8R onwards.

This commit is contained in:
Satoshi Asami 1998-11-24 10:56:52 +00:00
parent 8792629acc
commit 756d265b00
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3830

View file

@ -1,4 +1,4 @@
<!-- $Id: porting.sgml,v 1.116 1998-11-23 06:30:23 asami Exp $ -->
<!-- $Id: porting.sgml,v 1.117 1998-11-24 10:56:52 asami Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect><heading>Making a port yourself<label id="porting"></heading>
@ -1837,6 +1837,8 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}
2.2.7-RELEASE: 227000
2.2-STABLE after 2.2.7-RELEASE: 227001
2.2-STABLE after semctl(2) change: 227002
2.2.8-RELEASE: 228000
2.2-STABLE after 2.2.8-RELEASE: 228001
3.0-current before mount(2) change: 300000
3.0-current after mount(2) change: 300001
3.0-current after semctl(2) change: 300002
@ -1846,7 +1848,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}
3.0-current after 3.0-RELEASE: 300006
</verb></tscreen>
(Note that 2.2-STABLE sometimes identifies itself as
"2.2.[567]-STABLE" after the 2.2.5-RELEASE.)
"2.2.[5678]-STABLE" after the 2.2.5-RELEASE.)
The pattern used to be year followed by the month, but we
decided to change it to a more straightforward major/minor
system starting from 2.2. This is because the parallel