mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Version number increase + boot LED debug reverted
This commit is contained in:
parent
101819fd36
commit
63ebbf8348
11 changed files with 65 additions and 19 deletions
|
|
@ -63,7 +63,7 @@ using namespace std;
|
|||
|
||||
static const QString APP_VERSION = QString::number(FW_MAJOR) + "." +
|
||||
QString::number(FW_MINOR) + "." +
|
||||
QString::number(FW_PATCH);
|
||||
QString::number(FW_PATCH) + QString(FW_SUFFIX);
|
||||
static const QString APP_GIT_HASH = QString(GITHASH);
|
||||
|
||||
static bool noGUIset = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue