2001-04-27 21:28:02 +00:00
|
|
|
<!-- -*- sgml -*-
|
|
|
|
|
|
|
|
$FreeBSD$
|
|
|
|
|
|
|
|
OS Release Information -->
|
|
|
|
|
|
|
|
<!-- Version of the OS we're describing. This needs to be updated
|
|
|
|
with each new release. -->
|
|
|
|
<!ENTITY release.current "5.0-CURRENT">
|
|
|
|
|
|
|
|
<!-- The previous version used for comparison in the "What's New"
|
|
|
|
section. For -CURRENT, we might point back to the last
|
|
|
|
branchpoint. -->
|
|
|
|
<!ENTITY release.prev "4.0-RELEASE">
|
|
|
|
|
|
|
|
<!-- The next version to be released, usually used for snapshots. -->
|
|
|
|
<!ENTITY release.next "5.0-RELEASE">
|
|
|
|
|
|
|
|
<!-- The name of this branch. -->
|
|
|
|
<!ENTITY release.branch "5-CURRENT">
|
|
|
|
|
|
|
|
<!-- The URL for obtaining this version of FreeBSD. -->
|
|
|
|
<!ENTITY release.url "ftp://current.FreeBSD.org/pub/FreeBSD/">
|
|
|
|
|
|
|
|
<!-- The type of release (usually this will be either "snapshot"
|
|
|
|
or "release" -->
|
|
|
|
<!ENTITY release.type "snapshot">
|
2001-07-19 16:29:28 +00:00
|
|
|
<!ENTITY % release.type.snapshot "INCLUDE">
|
|
|
|
<!ENTITY % release.type.release "IGNORE">
|
2001-04-27 21:28:02 +00:00
|
|
|
|
|
|
|
<!-- Text constants which probably don't need to be changed.-->
|
|
|
|
|
|
|
|
<!-- Name of our OS. This is almost certainly going to remain
|
|
|
|
FreeBSD, but we might want to try to do some other formatting or
|
|
|
|
other fancy markup on it in the future. -->
|
|
|
|
<!ENTITY os "FreeBSD">
|
|
|
|
|