diff options
author | asami <asami@FreeBSD.org> | 1997-05-18 03:35:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-18 03:35:01 +0000 |
commit | 90cf3f06bbe5e4786084146cfd3ee07ca4af91be (patch) | |
tree | 7c4c5140f689303e5a9ca17d34ad525723cf1d49 /share | |
parent | 64c18448f462004d893dbcb2a4a646e266bcecce (diff) | |
download | FreeBSD-src-90cf3f06bbe5e4786084146cfd3ee07ca4af91be.zip FreeBSD-src-90cf3f06bbe5e4786084146cfd3ee07ca4af91be.tar.gz |
Document __FreeBSD_version values up to 2.2.2R. Should be in 2.2.2.
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/handbook/porting.sgml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index 9f92922..6833286 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -1,4 +1,4 @@ -<!-- $Id: porting.sgml,v 1.68 1997/03/10 09:55:20 asami Exp $ --> +<!-- $Id: porting.sgml,v 1.69 1997/03/10 11:55:17 asami Exp $ --> <!-- The FreeBSD Documentation Project --> <sect1><heading>Porting an existing piece of free software<label id="porting"></heading> @@ -139,7 +139,12 @@ the ports collection. 2.1.6-RELEASE: 199612 2.1.7-RELEASE: 199612 2.2-RELEASE: 220000 -3.0-current as of Feb 1997: 300000 +2.2.1-RELEASE: 220000 (yes, no change) +2.2-STABLE after 2.2.1-RELEASE: 220000 (yes, still no change) +2.2-STABLE after texinfo-3.9: 221001 +2.2-STABLE after top: 221002 +2.2.2-RELEASE: 222000 +3.0-current as of May 1997: 300000 </verb></tscreen> The pattern used to be year followed by the month, but we decided to change it to a more straightforward major/minor |