Add bits for 7.2-BETA1
This commit is contained in:
parent
42cfb82bb6
commit
efdafa06be
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34030
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.30 2009/01/05 04:08:29 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.31 2009/01/11 22:11:41 marcus Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -28,10 +28,10 @@
|
|||
<!-- If there is no release currently in the release cycle (i.e. we
|
||||
don't have something in BETAn or RCn), then change %beta.testing
|
||||
below to "IGNORE". If we do, use "INCLUDE". -->
|
||||
<!ENTITY beta.testing "IGNORE">
|
||||
<!ENTITY % beta.testing "IGNORE">
|
||||
<!ENTITY betarel.current '7.1'>
|
||||
<!ENTITY betarel.vers 'RC2'>
|
||||
<!ENTITY beta.testing "INCLUDE">
|
||||
<!ENTITY % beta.testing "INCLUDE">
|
||||
<!ENTITY betarel.current '7.2'>
|
||||
<!ENTITY betarel.vers 'BETA1'>
|
||||
<!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
|
||||
|
|
Loading…
Reference in a new issue