aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-07-11 14:07:24 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-07-11 14:07:24 +0000
commitf6a1d618adc2d03c7d72537814a71cae4bf90bc6 (patch)
tree3664d7423b14c90ecd63c20e5cadae6ff7f706ee /release
parentb04471d88a405152d139d7c51a1ff194ac3aee58 (diff)
downloadsrc-f6a1d618adc2d03c7d72537814a71cae4bf90bc6.tar.gz
src-f6a1d618adc2d03c7d72537814a71cae4bf90bc6.zip
Fix the naming of -CURRENT
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=302566
Diffstat (limited to 'release')
-rw-r--r--release/doc/share/xml/release.ent6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/doc/share/xml/release.ent b/release/doc/share/xml/release.ent
index 626a43109893..0ce9177ebc86 100644
--- a/release/doc/share/xml/release.ent
+++ b/release/doc/share/xml/release.ent
@@ -6,17 +6,17 @@
<!-- Version of the OS we're describing. This needs to be updated
with each new release. -->
-<!ENTITY release.current "11.0-CURRENT">
+<!ENTITY release.current "12.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 "10.0-RELEASE">
+<!ENTITY release.prev "11.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 "9.3-RELEASE">
+<!ENTITY release.prev.stable "10.3-RELEASE">
<!-- The next version to be released, usually used for snapshots. -->
<!ENTITY release.next "12.0-RELEASE">