Changes in BOOK/general.ent [b0ef195:57b7bd6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
rb0ef195 r57b7bd6 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 3"> <!-- Use two digits -->4 <!ENTITY month_name "Ma rch">3 <!ENTITY month "05"> <!-- Use two digits --> 4 <!ENTITY month_name "May"> 5 5 <!ENTITY day "14"> <!-- Use two digits --> 6 6 <!ENTITY year "2014"> <!-- Use four digits --> … … 8 8 <!ENTITY releasedate "&month_name; &day;, &year;"> 9 9 10 <!ENTITY major-version " 2">11 <!ENTITY minor-version " 2">10 <!ENTITY major-version "3"> 11 <!ENTITY minor-version "0"> 12 12 <!ENTITY extra-version "0"> 13 <!ENTITY generic-version " git"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->13 <!ENTITY generic-version "systemd"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" --> 14 14 15 <!ENTITY version "GIT-&year;&month;&day;"> 15 <!ENTITY versionid "&year;&month;&day;"> <!-- /etc/os-release from systemd --> 16 <!ENTITY version "SYSTEMD-&year;&month;&day;"> 16 17 17 18 <!ENTITY version-x86 "&version;-x86"> … … 28 29 <!ENTITY version-mips64 "&version;-MIPS64-Multilib"> 29 30 <!ENTITY version-mips64-64 "&version;-MIPS64-Pure64"> 30 <!ENTITY version-alpha "&version;-ALPHA">31 31 <!ENTITY version-native "&version;-Native"> 32 32 <!ENTITY version-native64 "&version;-Native-Multilib"> … … 47 47 <!ENTITY redhat "ftp://sources.redhat.com/pub/"> 48 48 <!ENTITY kernel "http://www.kernel.org/pub/"> 49 <!ENTITY savannah "http://download.savannah.gnu.org"> 49 50 <!ENTITY sourceforge "http://downloads.sourceforge.net/"> 50 51
Note:
See TracChangeset
for help on using the changeset viewer.