Bump version numbers to reflect that HEAD represents 8.0-CURRENT.

This commit is contained in:
Bruce A. Mah 2007-10-12 15:35:56 +00:00
parent 24f4142c18
commit de32d3c5ea

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 "7.0-CURRENT">
<!ENTITY release.current "8.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 "6.0-RELEASE">
<!ENTITY release.prev "7.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 "6.0-RELEASE">
<!ENTITY release.prev.stable "7.0-RELEASE">
<!-- The next version to be released, usually used for snapshots. -->
<!ENTITY release.next "7.0-RELEASE">
<!ENTITY release.next "8.0-RELEASE">
<!-- The name of this branch. -->
<!ENTITY release.branch "7-CURRENT">
<!ENTITY release.branch "8-CURRENT">
<!-- The URL for obtaining this version of FreeBSD. -->
<!ENTITY release.url "http://www.FreeBSD.org/snapshots/">