Changeset 2318468


Ignore:
Timestamp:
11/11/2017 06:09:32 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7c54072c
Parents:
da0f222
Message:

Off-by-one error in date.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19480 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rda0f222 r2318468  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 10th, &year;">
     9<!ENTITY releasedate  "November 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rda0f222 r2318468  
    4343-->
    4444    <listitem>
    45       <para>November 10th, 2017</para>
     45      <para>November 11th, 2017</para>
    4646      <itemizedlist>
    4747        <listitem>
     
    4949          <ulink url="&blfs-ticket-root;9936">#9936</ulink>.</para>
    5050        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>November 10th, 2017</para>
     56      <itemizedlist>
    5157        <listitem>
    5258          <para>[renodr] - Update to WebKitGTK+-2.18.3. Fixes
Note: See TracChangeset for help on using the changeset viewer.