triage: fix version match for 2.1

This commit is contained in:
Daniel Marjamäki 2020-09-14 15:43:24 +02:00
parent 4dd85cfbe0
commit 8a90e55ece
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const int MAX_ERRORS = 100;
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow),
mVersionRe("^(master|main|your|head|1.[0-9][0-9]) (.*)"),
mVersionRe("^(master|main|your|head|[12].[0-9][0-9]?) (.*)"),
hFiles{"*.hpp", "*.h", "*.hxx", "*.hh", "*.tpp", "*.txx"},
srcFiles{"*.cpp", "*.cxx", "*.cc", "*.c++", "*.C", "*.c", "*.cl"}
{