svn commit: r50696 - head/share/xml
Marius Strobl
marius at FreeBSD.org
Sun Aug 20 00:56:13 UTC 2017
Author: marius (src,ports committer)
Date: Sun Aug 20 00:56:12 2017
New Revision: 50696
URL: https://svnweb.freebsd.org/changeset/doc/50696
Log:
Set % beta2.upcoming and betarel2.vers as appropriate for 10.4(-BETA1).
Approved by: re (implicit)
Modified:
head/share/xml/release.ent
Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent Sat Aug 19 21:52:20 2017 (r50695)
+++ head/share/xml/release.ent Sun Aug 20 00:56:12 2017 (r50696)
@@ -49,13 +49,13 @@
<!-- Set to 'INCLUDE' when the schedule is available. -->
<!ENTITY beta2.upcoming "INCLUDE">
-<!ENTITY % beta2.upcoming "IGNORE">
+<!ENTITY % beta2.upcoming "INCLUDE">
<!-- Set to 'INCLUDE' when the installation images are available. -->
<!ENTITY beta2.testing "INCLUDE">
<!ENTITY % beta2.testing "INCLUDE">
<!ENTITY betarel2.current '10.4'>
-<!ENTITY betarel2.vers 'RELEASE'>
+<!ENTITY betarel2.vers 'BETA1'>
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
<!ENTITY rel.current.major '11'>
More information about the svn-doc-all
mailing list