Switch the order of the 9.2-RC and 10.0-ALPHA macros to make the
transition to 9.2-RELEASE easier.
This commit is contained in:
parent
73d53bfd2a
commit
e8f685d04d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42737
1 changed files with 4 additions and 4 deletions
|
@ -31,16 +31,16 @@
|
|||
|
||||
<!ENTITY beta.testing "INCLUDE">
|
||||
<!ENTITY % beta.testing "INCLUDE">
|
||||
<!ENTITY betarel.current '9.2'>
|
||||
<!ENTITY betarel.vers 'RC4'>
|
||||
<!ENTITY betarel.current '10.0'>
|
||||
<!ENTITY betarel.vers 'ALPHA2'>
|
||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||
|
||||
<!-- 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 betarel2.current '10.0'>
|
||||
<!ENTITY betarel2.vers 'ALPHA2'>
|
||||
<!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'>
|
||||
|
|
Loading…
Reference in a new issue