release.ent revision 123264
1<!-- -*- sgml -*-
2
3     $FreeBSD: head/release/doc/share/sgml/release.ent 123264 2003-12-07 22:12:05Z bmah $
4
5     OS Release Information -->
6
7<!-- Version of the OS we're describing.  This needs to be updated
8     with each new release. -->
9<!ENTITY release.current "5.2-CURRENT">
10
11<!-- The previous version used for comparison in the "What's New"
12     section.  For -CURRENT, we might point back to the last
13     branchpoint. -->
14<!ENTITY release.prev "5.2-RELEASE">
15
16<!-- The previous stable release, useful for pointing user's at the
17     release they SHOULD be running if they don't want the bleeding
18     edge. -->
19<!ENTITY release.prev.stable "4.9-RELEASE">
20
21<!-- The previous historical release.  Used only to tell what was
22     the cutoff point for "historic" release notes. -->
23<!ENTITY release.prev.historic "5.2-RELEASE">
24
25<!-- The next version to be released, usually used for snapshots. -->
26<!ENTITY release.next "5.3-RELEASE">
27
28<!-- The name of this branch. -->
29<!ENTITY release.branch "5-CURRENT">
30
31<!-- The URL for obtaining this version of FreeBSD. -->
32<!ENTITY release.url "http://snapshots.jp.FreeBSD.org/">
33
34<!-- The type of release (usually this will be either "snapshot"
35     or "release" -->
36<!ENTITY release.type "snapshot">
37<!ENTITY % release.type.snapshot "INCLUDE">
38<!ENTITY % release.type.release "IGNORE">
39
40<!-- The manpaths for man page references -->
41<!ENTITY release.man.url "http://www.FreeBSD.org/cgi/man.cgi">
42<!ENTITY release.manpath.xfree86       "4.3.0">
43<!ENTITY release.manpath.netbsd        "1.6.1">
44<!ENTITY release.manpath.freebsd-ports "Ports">
45<!ENTITY release.manpath.freebsd       "5.1-current">
46
47<!-- Text constants which probably don't need to be changed.-->
48
49<!-- Name of our OS.  This is almost certainly going to remain
50     FreeBSD, but we might want to try to do some other formatting or
51     other fancy markup on it in the future. -->
52<!ENTITY os "FreeBSD">
53
54