Update FreeBSD version entity values.

This is a direct commit to stable/10/, because the values differ
between stable/10/ and head/.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
gjb 2013-12-23 20:52:29 +00:00
parent c1209e6340
commit df3dfecf5f

View File

@ -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 "10.0-RELEASE">
<!-- 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-CURRENT">
<!-- 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 "10.1-RELEASE">
<!-- The name of this branch. -->
<!ENTITY release.branch "10-CURRENT">
<!ENTITY release.branch "10.0-STABLE">
<!-- The URL for obtaining this version of FreeBSD. -->
<!ENTITY release.url "http://www.FreeBSD.org/snapshots/">