diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-09-19 20:08:34 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-09-19 20:08:34 +0000 |
commit | b4473b11828bee4637876e11cf5d68dc2e924213 (patch) | |
tree | 43e2bcb707c054c9b3dbbdc21c88ab35c31a94dd | |
parent | e28405ebd084680bbe9f1f40bf1eb0aff3084784 (diff) | |
download | xdg-specs-b4473b11828bee4637876e11cf5d68dc2e924213.tar.xz |
Clarify how the version number must look like (if present).
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index db682d5..0a9b761 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -365,12 +365,10 @@ <row> <entry id="key-version"><varname>Version</varname></entry> <entry> - Version of Desktop Entry Specification - (While the version field is not required to be present, - it should be in all newer implementations of the Desktop - Entry Specification. If the version number is not - present, a "pre-standard" desktop entry file is to be - assumed). + Version of the Desktop Entry Specification that the + desktop entry conforms with. Entries that confirm with this + version of the specification should use <literal>1.0</literal>. + Note that the version field is not required to be present. </entry> <entry>numeric</entry> <entry>NO</entry> |