svn commit: r302566 - head/release/doc/share/xml
Glen Barber
gjb at FreeBSD.org
Mon Jul 11 14:07:25 UTC 2016
Author: gjb
Date: Mon Jul 11 14:07:24 2016
New Revision: 302566
URL: https://svnweb.freebsd.org/changeset/base/302566
Log:
Fix the naming of -CURRENT
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/share/xml/release.ent
Modified: head/release/doc/share/xml/release.ent
==============================================================================
--- head/release/doc/share/xml/release.ent Mon Jul 11 13:41:40 2016 (r302565)
+++ head/release/doc/share/xml/release.ent Mon Jul 11 14:07:24 2016 (r302566)
@@ -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">
More information about the svn-src-all
mailing list