svn commit: r53752 - head/en_US.ISO8859-1/htdocs/releases/12.2R/share/xml

Glen Barber gjb at FreeBSD.org
Fri Jan 3 17:16:42 UTC 2020


Author: gjb
Date: Fri Jan  3 17:16:41 2020
New Revision: 53752
URL: https://svnweb.freebsd.org/changeset/doc/53752

Log:
  Fix version numbers.
  
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.2R/share/xml/release.ent

Modified: head/en_US.ISO8859-1/htdocs/releases/12.2R/share/xml/release.ent
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.2R/share/xml/release.ent	Fri Jan  3 17:13:49 2020	(r53751)
+++ head/en_US.ISO8859-1/htdocs/releases/12.2R/share/xml/release.ent	Fri Jan  3 17:16:41 2020	(r53752)
@@ -6,12 +6,12 @@
 
 <!-- Version of the OS we're describing.  This needs to be updated
      with each new release. -->
-<!ENTITY release.current "12.1-RELEASE">
+<!ENTITY release.current "12.2-RELEASE">
 
 <!-- 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 "12.0-RELEASE">
+<!ENTITY release.prev "12.1-RELEASE">
 
 <!-- The previous stable release, useful for pointing user's at the
      release they SHOULD be running if they don't want the bleeding
@@ -19,7 +19,7 @@
 <!ENTITY release.prev.stable "11.3-RELEASE">
 
 <!-- The next version to be released, usually used for snapshots. -->
-<!ENTITY release.next "12.2-RELEASE">
+<!ENTITY release.next "12.3-RELEASE">
 
 <!-- The name of this branch. -->
 <!ENTITY release.branch "12-STABLE">


More information about the svn-doc-head mailing list