svn commit: r242816 - head/release/doc/share/xml

Glen Barber gjb at FreeBSD.org
Fri Nov 9 04:52:16 UTC 2012


Author: gjb (doc,ports committer)
Date: Fri Nov  9 04:52:15 2012
New Revision: 242816
URL: http://svnweb.freebsd.org/changeset/base/242816

Log:
  Belatedly (by many years!) bump the version numbers in the src/-side
  documentation pages.
  
  Saddened by:	this file

Modified:
  head/release/doc/share/xml/release.ent

Modified: head/release/doc/share/xml/release.ent
==============================================================================
--- head/release/doc/share/xml/release.ent	Fri Nov  9 04:04:25 2012	(r242815)
+++ head/release/doc/share/xml/release.ent	Fri Nov  9 04:52:15 2012	(r242816)
@@ -6,23 +6,23 @@
 
 <!-- Version of the OS we're describing.  This needs to be updated
      with each new release. -->
-<!ENTITY release.current "9.0-CURRENT">
+<!ENTITY release.current "10.0-CURRENT">
 
 <!-- The previous version used for comparison in the "What's New"
      section.  For -CURRENT, we might point back to the last
      branchpoint. -->
-<!ENTITY release.prev "8.0-RELEASE">
+<!ENTITY release.prev "9.0-RELEASE">
 
 <!-- The previous stable release, useful for pointing user's at the
      release they SHOULD be running if they don't want the bleeding
      edge. -->
-<!ENTITY release.prev.stable "8.0-RELEASE">
+<!ENTITY release.prev.stable "8.3-RELEASE">
 
 <!-- The next version to be released, usually used for snapshots. -->
-<!ENTITY release.next "9.0-RELEASE">
+<!ENTITY release.next "9.1-RELEASE">
 
 <!-- The name of this branch. -->
-<!ENTITY release.branch "9-CURRENT">
+<!ENTITY release.branch "10-CURRENT">
 
 <!-- The URL for obtaining this version of FreeBSD. -->
 <!ENTITY release.url "http://www.FreeBSD.org/snapshots/">
@@ -39,7 +39,7 @@
 <!ENTITY release.manpath.xorg          "7.5.1">
 <!ENTITY release.manpath.netbsd        "5.1">
 <!ENTITY release.manpath.freebsd-ports "Ports">
-<!ENTITY release.manpath.freebsd       "9-current">
+<!ENTITY release.manpath.freebsd       "10-current">
 
 <!-- Text constants which probably don't need to be changed.-->
 


More information about the svn-src-head mailing list