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

This commit is contained in:
bmah 2007-10-12 15:35:56 +00:00
parent d250020a68
commit 4f35ee7413

View File

@ -6,23 +6,23 @@
<!-- Version of the OS we're describing. This needs to be updated <!-- Version of the OS we're describing. This needs to be updated
with each new release. --> 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" <!-- The previous version used for comparison in the "What's New"
section. For -CURRENT, we might point back to the last section. For -CURRENT, we might point back to the last
branchpoint. --> branchpoint. -->
<!ENTITY release.prev "6.0-RELEASE"> <!ENTITY release.prev "7.0-RELEASE">
<!-- The previous stable release, useful for pointing user's at the <!-- The previous stable release, useful for pointing user's at the
release they SHOULD be running if they don't want the bleeding release they SHOULD be running if they don't want the bleeding
edge. --> 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. --> <!-- 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. --> <!-- The name of this branch. -->
<!ENTITY release.branch "7-CURRENT"> <!ENTITY release.branch "8-CURRENT">
<!-- The URL for obtaining this version of FreeBSD. --> <!-- The URL for obtaining this version of FreeBSD. -->
<!ENTITY release.url "http://www.FreeBSD.org/snapshots/"> <!ENTITY release.url "http://www.FreeBSD.org/snapshots/">