summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-19 13:31:16 +0100
committerHans Petter Jansson <hpj@cl.no>2020-05-23 16:13:34 +0200
commitb43dfd46683e7218796a0da0042d3fa1ad35b9c6 (patch)
tree9436b8a4f4f8ed1acf88bb0091a265426dc51630
parentb5d3294a4c06a97a3f6e7f6b51a397f2d6a734d5 (diff)
downloaddesktop-file-utils-b43dfd46683e7218796a0da0042d3fa1ad35b9c6.tar.gz
Bump CURRENT_SPEC_VERSION to 1.2
Support was added in 7cc5b25e6213ab4e35e4e5fbd00c1790b7a0cea9, but some hardcoded values were missed.
-rw-r--r--man/desktop-file-validate.12
-rw-r--r--src/validate.h2
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 <glib.h>
-#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 "