diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-23 23:08:18 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-23 23:08:18 +0000 |
commit | 739790698c84b2da0b630ccd0c6c260afba74bb6 (patch) | |
tree | d762067cff365915ec22b11197c6213cade2dc72 /main.cpp | |
parent | now there's no asking to save every single document, if multiple documents ar... (diff) | |
download | gpg4usb-739790698c84b2da0b630ccd0c6c260afba74bb6.tar.gz gpg4usb-739790698c84b2da0b630ccd0c6c260afba74bb6.zip |
format text, filenames in save-as dialog, set version to 0.3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@444 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.5"); + app.setApplicationVersion("0.3.0"); app.setApplicationName("gpg4usb"); // QSettings uses org-name for automatically setting path... |