diff options
Diffstat (limited to 'kgpg/main.cpp')
-rw-r--r-- | kgpg/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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[] = { |