Turn off beta2.* macros, and switch rel.current to 9.2-RELEASE.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2013-09-30 18:10:52 +00:00
parent 90dbd06e54
commit 840d9b54d7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42765

View file

@ -37,15 +37,15 @@
<!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
are having release candidates at the same time), do the same here. -->
<!ENTITY beta2.testing "INCLUDE">
<!ENTITY % beta2.testing "INCLUDE">
<!ENTITY beta2.testing "IGNORE">
<!ENTITY % beta2.testing "IGNORE">
<!ENTITY betarel2.current '9.2'>
<!ENTITY betarel2.vers 'RC4'>
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
<!ENTITY rel.current.major '9'>
<!ENTITY rel.current '&rel.current.major;.1'>
<!ENTITY rel.current.date 'December 2012'>
<!ENTITY rel.current '&rel.current.major;.2'>
<!ENTITY rel.current.date 'September 2013'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>