--- a/src/mainWindow.cc Sat May 17 15:38:20 2014 +0300 +++ b/src/mainWindow.cc Sat May 17 15:45:56 2014 +0300 @@ -278,8 +278,8 @@ title += " [pre-release build]"; #endif // DEBUG - if (compileTimeString()[0] != '\0') - title += format (" (built %1)", compileTimeString()); + if (commitTimeString()[0] != '\0') + title += format (" (%1)", commitTimeString()); setWindowTitle (title); }