1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

Bumped version

This commit is contained in:
f4exb
2019-02-17 04:39:18 +01:00
parent 202d67f141
commit 0ff40fb286
5 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
QCoreApplication::setOrganizationName("f4exb");
QCoreApplication::setApplicationName("SDRangelBench");
QCoreApplication::setApplicationVersion("4.4.4");
QCoreApplication::setApplicationVersion("4.4.5");
int catchSignals[] = {SIGQUIT, SIGINT, SIGTERM, SIGHUP};
std::vector<int> vsig(catchSignals, catchSignals + sizeof(catchSignals) / sizeof(int));