Changeset 8abdee4 for BOOK/general.ent
- Timestamp:
- Feb 10, 2012, 2:35:48 AM (14 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
rbcb91ad r8abdee4 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 1"> <!-- 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 --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 … … 11 11 <!ENTITY minor-version "2"> 12 12 <!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}]" --> 14 14 15 <!ENTITY version "&major-version;.&minor-version;.&extra-version; -&generic-version;">15 <!ENTITY version "&major-version;.&minor-version;.&extra-version;"> 16 16 17 17 <!ENTITY version-x86 "&version;-x86">
Note:
See TracChangeset
for help on using the changeset viewer.