diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-18 16:38:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-18 16:38:28 +0200 |
commit | d83c606639fd1a092b026cb3264e427957532741 (patch) | |
tree | 5a9334ad6aff3376a5df559aefc061842bb58dbc /facetracknoir | |
parent | 4075e340d6cdce5afd7a50145ef8e6ca81eb0da0 (diff) |
main: bump version
Diffstat (limited to 'facetracknoir')
-rw-r--r-- | facetracknoir/facetracknoir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/facetracknoir.cpp b/facetracknoir/facetracknoir.cpp index 1b09a681..9e81912e 100644 --- a/facetracknoir/facetracknoir.cpp +++ b/facetracknoir/facetracknoir.cpp @@ -414,7 +414,7 @@ void FaceTrackNoIR::loadSettings() { // Put the filename in the window-title. // QFileInfo pathInfo ( currentFile ); - setWindowTitle ( "opentrack 2.0a1 - " + pathInfo.fileName() ); + setWindowTitle ( "opentrack 2.0a2 - " + pathInfo.fileName() ); // // Get a List of all the INI-files in the (currently active) Settings-folder. |