diff options
-rw-r--r-- | release/doc/share/xml/release.ent | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release/doc/share/xml/release.ent b/release/doc/share/xml/release.ent index c1c9aa8..33dd8f1 100644 --- a/release/doc/share/xml/release.ent +++ b/release/doc/share/xml/release.ent @@ -6,12 +6,12 @@ <!-- Version of the OS we're describing. This needs to be updated with each new release. --> -<!ENTITY release.current "10.0-STABLE"> +<!ENTITY release.current "10.1-STABLE"> <!-- 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 "10.0-RELEASE"> +<!ENTITY release.prev "10.1-RELEASE"> <!-- The previous stable release, useful for pointing user's at the release they SHOULD be running if they don't want the bleeding @@ -19,10 +19,10 @@ <!ENTITY release.prev.stable "10.0-RELEASE"> <!-- The next version to be released, usually used for snapshots. --> -<!ENTITY release.next "10.1-RELEASE"> +<!ENTITY release.next "10.2-RELEASE"> <!-- The name of this branch. --> -<!ENTITY release.branch "10.0-STABLE"> +<!ENTITY release.branch "10.1-STABLE"> <!-- The URL for obtaining this version of FreeBSD. --> <!ENTITY release.url "http://www.FreeBSD.org/snapshots/"> |