~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to kgpg/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-02-05 02:09:03 UTC
  • mfrom: (1.2.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20100205020903-8cj7w32i7mcmqem8
Tags: 4:4.4.0-0ubuntu1
* New upstream release
  - Bump build-deps 

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
static const char description[] =
28
28
        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.");
29
29
 
30
 
static const char version[] = "2.2.61";
 
30
static const char version[] = "2.3.0";
31
31
 
32
32
int main(int argc, char *argv[])
33
33
{