Changes in BOOK/general.ent [57b7bd6:b0ef195]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
r57b7bd6 rb0ef195 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 5"> <!-- Use two digits -->4 <!ENTITY month_name "Ma y">3 <!ENTITY month "03"> <!-- Use two digits --> 4 <!ENTITY month_name "March"> 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 " 3">11 <!ENTITY minor-version " 0">10 <!ENTITY major-version "2"> 11 <!ENTITY minor-version "2"> 12 12 <!ENTITY extra-version "0"> 13 <!ENTITY generic-version " systemd"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->13 <!ENTITY generic-version "git"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" --> 14 14 15 <!ENTITY versionid "&year;&month;&day;"> <!-- /etc/os-release from systemd --> 16 <!ENTITY version "SYSTEMD-&year;&month;&day;"> 15 <!ENTITY version "GIT-&year;&month;&day;"> 17 16 18 17 <!ENTITY version-x86 "&version;-x86"> … … 29 28 <!ENTITY version-mips64 "&version;-MIPS64-Multilib"> 30 29 <!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">50 49 <!ENTITY sourceforge "http://downloads.sourceforge.net/"> 51 50
Note:
See TracChangeset
for help on using the changeset viewer.