NE alpha8

-Fixed a bug with Lenovo GUID introduced in alpha7
This commit is contained in:
Nikolaj Schlej 2015-09-06 08:05:57 +02:00
parent 8283ee9f29
commit d36951da88
4 changed files with 4 additions and 10 deletions

View file

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