summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-07-14 12:04:28 -0400
committerVincent Untz <vuntz@gnome.org>2013-07-19 10:19:52 +0300
commitfd0df83df2531e3e25b4d56d0450b39004b8ed20 (patch)
treed8b4e324b85b945dbf67b112aae4b54a5f57fae9
parent9075a05a384998ab96ad707b412a54fa5a8ddf48 (diff)
downloaddesktop-file-utils-fd0df83df2531e3e25b4d56d0450b39004b8ed20.tar.gz
Admit that we validate more than 1.0
While the versioning of the spec itself is in a somewhat sad state, it is more realistic to say we are validating according to 1.1 than to 1.0.
-rw-r--r--src/validate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validate.h b/src/validate.h
index 3bd5a72..e34f18a 100644
--- a/src/validate.h
+++ b/src/validate.h
@@ -27,7 +27,7 @@
#include <glib.h>
-#define CURRENT_SPEC_VERSION "1.0"
+#define CURRENT_SPEC_VERSION "1.1"
#define GROUP_KDE_DESKTOP_ENTRY "KDE Desktop Entry"
#define GROUP_DESKTOP_ACTION "Desktop Action "