diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-12-14 16:06:20 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-12-14 16:06:20 +0000 |
commit | 1303ce496075dd09992895d5976ff9addc395a47 (patch) | |
tree | d0e103cce003be3c7e08df3e252c6705b90ea29f | |
parent | keylist.cpp: ported r169 (set items not editable / no focus) from trunk (diff) | |
download | gpg4usb-1303ce496075dd09992895d5976ff9addc395a47.tar.gz gpg4usb-1303ce496075dd09992895d5976ff9addc395a47.zip |
update version-info to 0.1.1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.1@192 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[]) QApplication app(argc, argv); - app.setApplicationVersion("0.1"); + app.setApplicationVersion("0.1.1"); app.setApplicationName("gpg4usb"); //internationalize |