diff -r d1e2d82d9ccc -r 45ec26ca9491 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Tue Feb 01 19:49:10 2011 +0100 +++ b/QTfrontend/hwform.cpp Wed Feb 02 07:40:36 2011 +0100 @@ -1017,6 +1017,10 @@ QDateTime::currentDateTime().toString("yyyy-MM-dd_hh-mm") : "LastRound"; + QStringList versionParts = cVersionString->split('-'); + if ( (versionParts.size() == 2) && (!versionParts[1].isEmpty()) && (versionParts[1].contains(':')) ) + recordFileName = recordFileName + "_" + versionParts[1].replace(':','-'); + if (isDemo) { demo.replace(QByteArray("\x02TL"), QByteArray("\x02TD"));