From 492963ce884c5cd93a58d029a5f4c802f29e5430 Mon Sep 17 00:00:00 2001
From: Murray Stokely <murray@FreeBSD.org>
Date: Thu, 27 Sep 2001 01:08:57 +0000
Subject: [PATCH] Move the current release entity so that it can be used by all
 of our documentation, not just the Handbook.

---
 en_US.ISO8859-1/books/handbook/book.sgml | 7 +------
 share/sgml/freebsd.ent                   | 7 ++++++-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/en_US.ISO8859-1/books/handbook/book.sgml b/en_US.ISO8859-1/books/handbook/book.sgml
index 1ff7706f47..f282314893 100644
--- a/en_US.ISO8859-1/books/handbook/book.sgml
+++ b/en_US.ISO8859-1/books/handbook/book.sgml
@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project
 
-     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.114 2001/09/18 04:14:43 murray Exp $
+     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.115 2001/09/18 20:11:49 murray Exp $
 -->
 
 <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@@ -21,11 +21,6 @@
 <!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"> %newsgroups;
 <!ENTITY % not.published "INCLUDE">
 
-<!-- The currently released version of FreeBSD.  This value is used to
-     create some links on web sites and such, so do NOT change it until
-     it's really release time -->
-<!ENTITY rel.current CDATA "4.4">
-
 <!ENTITY % chap.introduction "IGNORE">
 <!ENTITY % chap.install "IGNORE">
 <!ENTITY % chap.basics "IGNORE">
diff --git a/share/sgml/freebsd.ent b/share/sgml/freebsd.ent
index bc3902e889..da57967efa 100644
--- a/share/sgml/freebsd.ent
+++ b/share/sgml/freebsd.ent
@@ -1,7 +1,7 @@
 <!-- -*- sgml -*-
      DocBook Miscellaneous FreeBSD Entities.
 
-     $FreeBSD: doc/share/sgml/freebsd.ent,v 1.3 2001/07/28 04:06:29 murray Exp $
+     $FreeBSD: doc/share/sgml/freebsd.ent,v 1.4 2001/09/04 04:03:45 bmah Exp $
 -->
 
 <!-- These will almost certainly remain the same, but are here for
@@ -11,6 +11,11 @@
 <!ENTITY os.current "&os;-CURRENT">
 <!ENTITY os.stable "&os;-STABLE">
 
+<!-- The currently released version of FreeBSD.  This value is used to
+     create some links on web sites and such, so do NOT change it until
+     it's really release time -->
+<!ENTITY rel.current CDATA "4.4">
+
 <!-- Sections that we don't want to be published -->
 <!ENTITY % not.published 	"IGNORE">