diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-11 20:40:35 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-11 20:40:35 +0000 |
commit | d5a3de8b418b1a6ef51fd00a65516e46261dc5f6 (patch) | |
tree | 876d3aba3f5e740cd548e3547b600dc23413316e | |
parent | linguist updates, clear obsolete strings (diff) | |
download | gpg4usb-d5a3de8b418b1a6ef51fd00a65516e46261dc5f6.tar.gz gpg4usb-d5a3de8b418b1a6ef51fd00a65516e46261dc5f6.zip |
version set to 0.2.3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@299 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.2.2"); + app.setApplicationVersion("0.2.3"); app.setApplicationName("gpg4usb"); // QSettings uses org-name for automatically setting path... |