From fb2570dfe28439847129dfb9cf5346c11cf987a8 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 31 Jan 2018 18:07:57 +0100 Subject: [PATCH] Revert "Fix version number inclusion in gnucash.desktop file" This reverts commit 9d8def84f33b3b03ac70015e6cf83336bde2a61e. Another oops. The version number in the desktop file is not the gnucash version but the desktop file specification version. There are more recent specification versions available, but we should only bump it after having verified our desktop file adheres to those higher versions. So revert for now. --- gnucash/gnome/gnucash.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/gnome/gnucash.desktop.in.in b/gnucash/gnome/gnucash.desktop.in.in index b167540c66..651473731b 100644 --- a/gnucash/gnome/gnucash.desktop.in.in +++ b/gnucash/gnome/gnucash.desktop.in.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application MimeType=application/x-gnucash; -Version=@VERSION@ +Version=0.9.4 _Name=GnuCash _GenericName=Finance Management _Comment=Manage your finances, accounts, and investments