From f7c9c1cd2ccd99c493b91f15190c0719aa598926 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 14 Jul 2013 12:04:28 -0400 Subject: [PATCH 3/3] 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. --- src/validate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#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 " -- 1.8.3.1