From e2bee02e9917c7407de600d7d577cd536e281b4a Mon Sep 17 00:00:00 2001 From: Emanoil Kotsev Date: Sat, 9 Dec 2017 15:54:36 +0100 Subject: Add support for GnuPG 2.1 This resolves Bug 2791 Sort keys by name on export Fix the twice display of the default key server Signed-off-by: Emanoil Kotsev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Additional formatting adjustments Signed-off-by: Slávek Banko (cherry picked from commit 9125ead96055376ab2b48f8b5780524c0ee244ac) --- kgpg/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kgpg/main.cpp') diff --git a/kgpg/main.cpp b/kgpg/main.cpp index 44f4b7e..73b99bf 100644 --- a/kgpg/main.cpp +++ b/kgpg/main.cpp @@ -4,6 +4,8 @@ begin : Mon Jul 8 2002 copyright : (C) 2002 by Jean-Baptiste Mardelle email : bj@altern.org + + updated main version : Sun Jul 30 10:18:29 CEST 2017 ***************************************************************************/ /*************************************************************************** @@ -29,7 +31,7 @@ static const char description[] = I18N_NOOP("Kgpg - simple gui for gpg\n\nKgpg was designed to make gpg very easy to use.\nI tried to make it as secure as possible.\nHope you enjoy it."); -static const char version[] = "1.2.2"; +static const char version[] = "1.3.0"; static TDECmdLineOptions options[] = { -- cgit v1.2.3