diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-15 05:02:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-15 05:02:09 +0200 |
commit | 0efacbc3d776079b48ea09c010798e71de155cb5 (patch) | |
tree | 213098c759d1f3f68875c02907fb395c67cef6e2 /facetracknoir | |
parent | 2d4c954c9e66c2612fb7e4d1e92bbc8127f35014 (diff) |
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 d9569ccc..394ad8a6 100644 --- a/facetracknoir/facetracknoir.cpp +++ b/facetracknoir/facetracknoir.cpp @@ -401,7 +401,7 @@ void FaceTrackNoIR::loadSettings() { // Put the filename in the window-title. // QFileInfo pathInfo ( currentFile ); - setWindowTitle ( "opentrack (1.8 alpha) - " + pathInfo.fileName() ); + setWindowTitle ( "opentrack 2.0a1 - " + pathInfo.fileName() ); // // Get a List of all the INI-files in the (currently active) Settings-folder. |