diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-31 17:14:22 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-31 17:14:22 +0000 |
commit | 81a04b02e76f2e55a0db44825cbbe28b43ac966e (patch) | |
tree | 1b4b31a6da36788f14bb729d612b6c7bd1fa8a83 /main.cpp | |
parent | warning-dialog for deleting keys (diff) | |
download | gpg4usb-81a04b02e76f2e55a0db44825cbbe28b43ac966e.tar.gz gpg4usb-81a04b02e76f2e55a0db44825cbbe28b43ac966e.zip |
also show properties of el-gamal key / version set to 0.2.2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@256 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.2.1"); + app.setApplicationVersion("0.2.2"); app.setApplicationName("gpg4usb"); //internationalize |