svn commit: r46721 - head/share/xml

Glen Barber gjb at FreeBSD.org
Thu May 21 15:12:58 UTC 2015


Author: gjb
Date: Thu May 21 15:12:57 2015
New Revision: 46721
URL: https://svnweb.freebsd.org/changeset/doc/46721

Log:
  Add 10.2-RELEASE as an 'Upcoming' release.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/xml/release.ent

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Thu May 21 15:10:39 2015	(r46720)
+++ head/share/xml/release.ent	Thu May 21 15:12:57 2015	(r46721)
@@ -34,13 +34,13 @@
       below to "IGNORE".  If we do, use "INCLUDE". -->
 
 <!-- Set to 'INCLUDE' when the schedule is available. -->
-<!ENTITY beta.upcoming "IGNORE">
-<!ENTITY % beta.upcoming "IGNORE">
+<!ENTITY beta.upcoming "INCLUDE">
+<!ENTITY % beta.upcoming "INCLUDE">
 
 <!-- Set to 'INCLUDE' when the installation images are available. -->
 <!ENTITY beta.testing "IGNORE">
 <!ENTITY % beta.testing "IGNORE">
-<!ENTITY betarel.current '10.1'>
+<!ENTITY betarel.current '10.2'>
 <!ENTITY betarel.vers 'RC4'>
 <!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
 


More information about the svn-doc-all mailing list