diff --git a/en/includes.sgml b/en/includes.sgml
index 9f366b95f0..dd84dbdf85 100644
--- a/en/includes.sgml
+++ b/en/includes.sgml
@@ -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'>
diff --git a/en/includes.xsl b/en/includes.xsl
index dd29904e0c..0f6350a0d4 100644
--- a/en/includes.xsl
+++ b/en/includes.xsl
@@ -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>