diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-11-14 01:45:16 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-11-14 01:45:16 +0000 |
commit | c9c3e5241b3b65c13b9654909df730e748b07436 (patch) | |
tree | de69789fc414ab7bb32f87913e91bef22215f6ff /main.cpp | |
parent | added correct gpg.exe and upx-compressed gpg.exe and gpg (diff) | |
download | gpg4usb-c9c3e5241b3b65c13b9654909df730e748b07436.tar.gz gpg4usb-c9c3e5241b3b65c13b9654909df730e748b07436.zip |
cleaned up settings dialog and bump version to 0.2.5
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@392 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.4"); + app.setApplicationVersion("0.2.5"); app.setApplicationName("gpg4usb"); // QSettings uses org-name for automatically setting path... |