~kubuntu-members/kgpg/4.11

« back to all changes in this revision

Viewing changes to main.cpp

  • Committer: Rolf Eike Beer
  • Date: 2013-11-26 20:56:00 UTC
  • Revision ID: git-v1:8691f8f765cf61ce1b139e6efb96661973338a0f
Tags: v4.11.4
bump version number for KDE SC 4.11.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
static const char description[] =
24
24
        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.");
25
25
 
26
 
static const char version[] = "2.10.1";
 
26
static const char version[] = "2.10.2";
27
27
 
28
28
int main(int argc, char *argv[])
29
29
{