svn commit: r286734 - stable/10/release/doc/share/xml
Glen Barber
gjb at FreeBSD.org
Thu Aug 13 18:39:33 UTC 2015
Author: gjb
Date: Thu Aug 13 18:39:32 2015
New Revision: 286734
URL: https://svnweb.freebsd.org/changeset/base/286734
Log:
Update FreeBSD version numbers in preparation of properly creating
the 10.2-RELEASE errata.html page.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/share/xml/release.ent
Modified: stable/10/release/doc/share/xml/release.ent
==============================================================================
--- stable/10/release/doc/share/xml/release.ent Thu Aug 13 18:24:41 2015 (r286733)
+++ stable/10/release/doc/share/xml/release.ent Thu Aug 13 18:39:32 2015 (r286734)
@@ -6,23 +6,23 @@
<!-- Version of the OS we're describing. This needs to be updated
with each new release. -->
-<!ENTITY release.current "10.1-STABLE">
+<!ENTITY release.current "10.2-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.1-RELEASE">
+<!ENTITY release.prev "10.2-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 "10.0-RELEASE">
+<!ENTITY release.prev.stable "10.1-RELEASE">
<!-- The next version to be released, usually used for snapshots. -->
-<!ENTITY release.next "10.2-RELEASE">
+<!ENTITY release.next "10.3-RELEASE">
<!-- The name of this branch. -->
-<!ENTITY release.branch "10.1-STABLE">
+<!ENTITY release.branch "10.2-STABLE">
<!-- The URL for obtaining this version of FreeBSD. -->
<!ENTITY release.url "https://www.FreeBSD.org/snapshots/">
More information about the svn-src-stable
mailing list