diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-23 23:06:51 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-23 23:06:51 +0000 |
commit | 187a539b058068d4a3029fef886b85f88a488ebc (patch) | |
tree | 6e14e2c5a80b9067ec7374be784e89ae336c6daf | |
parent | reverted gpg4usb.pro (diff) | |
download | gpg4usb-187a539b058068d4a3029fef886b85f88a488ebc.tar.gz gpg4usb-187a539b058068d4a3029fef886b85f88a488ebc.zip |
version to 0.3.1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@567 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ int main(int argc, char *argv[]) // get application path QString appPath = qApp->applicationDirPath(); - app.setApplicationVersion("0.3.0"); + app.setApplicationVersion("0.3.1"); app.setApplicationName("gpg4usb"); // set environment variables |