Changeset b324a178


Ignore:
Timestamp:
02/01/2007 06:19:03 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.2.0-rc1
Children:
00f1f75
Parents:
f78f1b63
Message:

Modified the version entities to reflect the rc1 version, also removed the SVN version of the book from the revision history

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/tags/6.2.0-rc1@6500 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • book/bookinfo.xml

    rf78f1b63 rb324a178  
    4343  <revhistory>
    4444    <revision>
    45       <revnumber>&version;</revnumber>
    46       <date>&pubdate;</date>
    47       <revremark>Development Release</revremark>
    48     </revision>
    49 
    50     <revision>
    5145      <revnumber>6.2.0-rc1</revnumber>
    5246      <date>2007-01-31</date>
    53       <revremark>Sixth release</revremark>
     47      <revremark>Sixth release (candidate version)</revremark>
    5448    </revision>
    5549
  • general.ent

    rf78f1b63 rb324a178  
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    9 <!ENTITY version      "svn-&year;&month;&day;">
     9<!ENTITY version      "6.2.0-rc1">
    1010<!ENTITY releasedate  "January &day;st, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    12 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     12<!ENTITY blfs-version "6.2.0-rc1">                  <!-- svn|[release #] -->
    1313<!ENTITY lfs-version  "6.2">          <!-- version|stable|testing|unstable|development] -->
    1414<!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
     
    2020<!ENTITY maintainer-address   "randy@&lfs-domainname;">
    2121
    22 <!ENTITY downloads-root       "http://www.linuxfromscratch.org/blfs/downloads/svn">
     22<!ENTITY downloads-root       "http://www.linuxfromscratch.org/blfs/downloads/6.2.0">
    2323<!ENTITY downloads-project    "http://downloads.&lfs-domainname;">
    24 <!ENTITY sources-anduin-http  "http://anduin.&lfs-domainname;/sources/BLFS/svn">
    25 <!ENTITY sources-anduin-ftp   "ftp://anduin.&lfs-domainname;/BLFS/svn">
     24<!ENTITY sources-anduin-http  "http://anduin.&lfs-domainname;/sources/BLFS/6.2.0">
     25<!ENTITY sources-anduin-ftp   "ftp://anduin.&lfs-domainname;/BLFS/6.2.0">
    2626<!ENTITY files-anduin         "http://anduin.&lfs-domainname;/files/BLFS">
    2727<!ENTITY hints-root           "http://www.&lfs-domainname;/hints">
    28 <!ENTITY patch-root           "http://www.&lfs-domainname;/patches/blfs/svn">
     28<!ENTITY patch-root           "http://www.&lfs-domainname;/patches/blfs/6.2.0">
    2929<!ENTITY errata               "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
    3030<!-- <!ENTITY lfs-root             "http://www.&lfs-domainname;/lfs/view/&lfs-version;"> -->
Note: See TracChangeset for help on using the changeset viewer.