Engine 0.20.4

- solved a crash during handling of a malformed DEPEX section
This commit is contained in:
Nikolaj Schlej 2015-02-17 23:46:15 +01:00
parent 0fb1a57a97
commit 4c290c5204
5 changed files with 8 additions and 4 deletions

View file

@ -17,7 +17,7 @@
UEFITool::UEFITool(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::UEFITool),
version(tr("0.20.3"))
version(tr("0.20.4"))
{
clipboard = QApplication::clipboard();