diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-01-03 21:08:53 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-01-03 21:08:53 +0000 |
commit | 29105c6a422b38c3898d1485b7b4e280950e4f7b (patch) | |
tree | 8de904c88a39d41feafa18b49eeb4f04242aaf17 | |
parent | updated upx-packed windows gpg.exe to 1.4.16 downloaded ftp://ftp.gnupg.org/g... (diff) | |
download | gpg4usb-29105c6a422b38c3898d1485b7b4e280950e4f7b.tar.gz gpg4usb-29105c6a422b38c3898d1485b7b4e280950e4f7b.zip |
raised version to 0.3.3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2-1@1080 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-1"); + app.setApplicationVersion("0.3.3"); app.setApplicationName("gpg4usb"); // dont show icons in menus |