From b43dfd46683e7218796a0da0042d3fa1ad35b9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 19 Jan 2020 13:31:16 +0100 Subject: Bump CURRENT_SPEC_VERSION to 1.2 Support was added in 7cc5b25e6213ab4e35e4e5fbd00c1790b7a0cea9, but some hardcoded values were missed. --- man/desktop-file-validate.1 | 2 +- src/validate.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/desktop-file-validate.1 b/man/desktop-file-validate.1 index df81b8b..0b027e5 100644 --- a/man/desktop-file-validate.1 +++ b/man/desktop-file-validate.1 @@ -9,7 +9,7 @@ desktop-file-validate \- Validate desktop entry files .B desktop-file-validate [\-\-no-hints] [\-\-no-warn-deprecated] [\-\-warn-kde] FILE... .SH DESCRIPTION The \fIdesktop-file-validate\fP program is a tool to validate desktop -entry files according to the Desktop Entry specification 1.1. +entry files according to the Desktop Entry specification 1.2. .PP The specification describes a file format to provide information such as name, icon and description for an application. Such a file can then be diff --git a/src/validate.h b/src/validate.h index e34f18a..8f3b741 100644 --- a/src/validate.h +++ b/src/validate.h @@ -27,7 +27,7 @@ #include -#define CURRENT_SPEC_VERSION "1.1" +#define CURRENT_SPEC_VERSION "1.2" #define GROUP_KDE_DESKTOP_ENTRY "KDE Desktop Entry" #define GROUP_DESKTOP_ACTION "Desktop Action " -- cgit v1.2.1