diff options
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/share/xml/release.ent | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/release/doc/share/xml/release.ent b/release/doc/share/xml/release.ent index 1d31710..2c36985 100644 --- a/release/doc/share/xml/release.ent +++ b/release/doc/share/xml/release.ent @@ -6,23 +6,23 @@ <!-- Version of the OS we're describing. This needs to be updated with each new release. --> -<!ENTITY release.current "10.0-CURRENT"> +<!ENTITY release.current "11.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 "9.0-RELEASE"> +<!ENTITY release.prev "10.0-RELEASE"> <!-- The previous stable release, useful for pointing user's at the release they SHOULD be running if they don't want the bleeding edge. --> -<!ENTITY release.prev.stable "8.3-RELEASE"> +<!ENTITY release.prev.stable "9.2-RELEASE"> <!-- The next version to be released, usually used for snapshots. --> -<!ENTITY release.next "9.1-RELEASE"> +<!ENTITY release.next "11.0-RELEASE"> <!-- The name of this branch. --> -<!ENTITY release.branch "10-CURRENT"> +<!ENTITY release.branch "11-CURRENT"> <!-- The URL for obtaining this version of FreeBSD. --> <!ENTITY release.url "http://www.FreeBSD.org/snapshots/"> |