Changeset 8abdee4 for BOOK/general.ent


Ignore:
Timestamp:
Feb 10, 2012, 2:35:48 AM (14 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-1.2
Children:
8ba9f15
Parents:
bcb91ad (diff), c89c360 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

CLFS 1.2.0 Release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/general.ent

    rbcb91ad r8abdee4  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY month "01"> <!-- Use two digits -->
    4 <!ENTITY month_name "January">
    5 <!ENTITY day "20"> <!-- Use two digits -->
     3<!ENTITY month "02"> <!-- Use two digits -->
     4<!ENTITY month_name "February">
     5<!ENTITY day "10"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
     
    1111<!ENTITY minor-version "2">
    1212<!ENTITY extra-version "0">
    13 <!ENTITY generic-version "RC2"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->
     13<!ENTITY generic-version "Final"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->
    1414
    15 <!ENTITY version "&major-version;.&minor-version;.&extra-version;-&generic-version;">
     15<!ENTITY version "&major-version;.&minor-version;.&extra-version;">
    1616
    1717<!ENTITY version-x86 "&version;-x86">
Note: See TracChangeset for help on using the changeset viewer.