Fix the naming of -CURRENT

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-07-11 14:07:24 +00:00
parent b04471d88a
commit f6a1d618ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302566

View File

@ -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">