Bump rel.current for 5.4.
This commit is contained in:
parent
84a62a4915
commit
975badbb10
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24493
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.9 2005/01/06 19:47:21 keramida Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.10 2005/01/25 17:14:20 hrs Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -25,8 +25,8 @@
|
|||
<!ENTITY rel.head '6.0'>
|
||||
<!ENTITY rel.head.major '6'>
|
||||
|
||||
<!ENTITY rel.current '5.3'>
|
||||
<!ENTITY rel.current.date 'November 2004'>
|
||||
<!ENTITY rel.current '5.4'>
|
||||
<!ENTITY rel.current.date 'May 2005'>
|
||||
<!ENTITY rel.current.major '5'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.8 2005/01/06 19:47:21 keramida Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.9 2005/01/25 17:14:20 hrs Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:variable name="rel.head" select='"6.0"'/>
|
||||
<xsl:variable name="rel.head.major" select='"6"'/>
|
||||
|
||||
<xsl:variable name="rel.current" select='"5.3"'/>
|
||||
<xsl:variable name="rel.current" select='"5.4"'/>
|
||||
<xsl:variable name="rel.current.major" select='"5"'/>
|
||||
|
||||
<xsl:variable name="u.rel.notes">
|
||||
|
|
Loading…
Reference in a new issue