mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-18 17:25:19 -04:00
Unify version scheme
This commit is contained in:
parent
8ea96ffd5d
commit
4bb759780f
9 changed files with 38 additions and 11 deletions
|
@ -11,13 +11,14 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "version.h"
|
||||
#include "uefitool.h"
|
||||
#include "ui_uefitool.h"
|
||||
|
||||
UEFITool::UEFITool(QWidget *parent) :
|
||||
QMainWindow(parent),
|
||||
ui(new Ui::UEFITool),
|
||||
version(tr("0.24.0"))
|
||||
version(tr(PROGRAM_VERSION))
|
||||
{
|
||||
clipboard = QApplication::clipboard();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue