FreeBSD 4.5 is the current release.
This commit is contained in:
parent
547173958f
commit
3adf6aee0a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12002
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/includes.sgml,v 1.46 2001/10/21 23:21:26 bmah Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.47 2002/01/09 18:15:15 phantom Exp $ -->
|
||||
<!--
|
||||
Base is the absolute URL for the given page, minus the actual page
|
||||
part. It should either be specified as a fully qualified URL, or
|
||||
|
@ -71,7 +71,7 @@ src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0
|
|||
other doc-related things you had to do. It'll save you time and
|
||||
trouble the next time around :-).)
|
||||
-->
|
||||
<!ENTITY rel.current '4.4'>
|
||||
<!ENTITY rel.current '4.5'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/notes.html'>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/includes.xsl,v 1.4 2001/10/21 23:21:26 bmah Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.xsl,v 1.5 2002/01/09 18:15:15 phantom Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -78,7 +78,7 @@
|
|||
<xsl:copy-of select="$date"/></address>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select="4.4"/>
|
||||
<xsl:variable name="rel.current" select="4.5"/>
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/notes.html</xsl:variable>
|
||||
|
||||
|
|
Loading…
Reference in a new issue