Skip to content

Commit

Permalink
v1.17.0b
Browse files Browse the repository at this point in the history
  • Loading branch information
matoom committed Oct 1, 2023
1 parent 48647f0 commit 55f6337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
#-------------------------------------------------

RELEASE_VERSION = 1.16.0b
RELEASE_VERSION = 1.17.0b

DEFINES += RELEASE_VERSION=\\\"$$RELEASE_VERSION\\\"

Expand Down
2 changes: 1 addition & 1 deletion gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <unistd.h>
#endif

bool MainWindow::DEBUG = true;
bool MainWindow::DEBUG = false;

#ifdef __linux__
void handler(int sig) {
Expand Down

0 comments on commit 55f6337

Please sign in to comment.