diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-19 15:41:14 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-19 15:41:14 +0000 |
commit | 38b7f0b01afd1e008309f0eb185e1af096569e21 (patch) | |
tree | db621db26542496762d323ca1a6c89faab0e6f3a /main.cpp | |
parent | enhanced key generation dialog (diff) | |
download | gpg4usb-38b7f0b01afd1e008309f0eb185e1af096569e21.tar.gz gpg4usb-38b7f0b01afd1e008309f0eb185e1af096569e21.zip |
new version number and smaller changes
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@216 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ int main(int argc, char *argv[]) QApplication app(argc, argv); - app.setApplicationVersion("0.1"); + app.setApplicationVersion("0.2"); app.setApplicationName("gpg4usb"); //internationalize |