diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-09-05 16:56:04 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-09-05 16:56:04 +0000 |
commit | 2fe33187f5908acbac210c900d0fbb61b6516d4c (patch) | |
tree | 383f73ea2012c6561368e80850012a41abad2775 | |
parent | set key expiration to 5 years in key generation by default (diff) | |
download | gpg4usb-2fe33187f5908acbac210c900d0fbb61b6516d4c.tar.gz gpg4usb-2fe33187f5908acbac210c900d0fbb61b6516d4c.zip |
changed version of release
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2-1@949 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ int main(int argc, char *argv[]) // get application path QString appPath = qApp->applicationDirPath(); - app.setApplicationVersion("0.3.2"); + app.setApplicationVersion("0.3.2-1"); app.setApplicationName("gpg4usb"); // dont show icons in menus |