diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-19 12:06:51 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-19 12:06:51 +0000 |
commit | 1a4bec406f1a4866a75573fee0f4686ce9ac5e67 (patch) | |
tree | c12cdd5de5daefa43c2782f701754f6d1169f84a | |
parent | remove obsolete todo notes (diff) | |
download | gpg4usb-1a4bec406f1a4866a75573fee0f4686ce9ac5e67.tar.gz gpg4usb-1a4bec406f1a4866a75573fee0f4686ce9ac5e67.zip |
version to 0.3.1.1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.1@641 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.1"); + app.setApplicationVersion("0.3.1.1"); app.setApplicationName("gpg4usb"); // dont show icons in menus |