Changeset 73ace20 for BOOK/general.ent
- Timestamp:
- Oct 10, 2012, 6:42:21 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f7b2c72
- Parents:
- 0cce40d (diff), 80cbd64 (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
r0cce40d r73ace20 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month " 12"> <!-- Use two digits -->4 <!ENTITY month_name " December">5 <!ENTITY day "1 0"> <!-- Use two digits -->6 <!ENTITY year "201 1"> <!-- Use four digits -->3 <!ENTITY month "09"> <!-- Use two digits --> 4 <!ENTITY month_name "August"> 5 <!ENTITY day "19"> <!-- Use two digits --> 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 8 8 <!ENTITY releasedate "&month_name; &day;, &year;"> 9 9 10 <!ENTITY major-version " 1">11 <!ENTITY minor-version " 2">10 <!ENTITY major-version "2"> 11 <!ENTITY minor-version "0"> 12 12 <!ENTITY extra-version "0"> 13 13 <!ENTITY generic-version "git"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->
Note:
See TracChangeset
for help on using the changeset viewer.