lua: using protected call for process signals

This commit is contained in:
Turánszki János
2022-10-25 10:31:29 +02:00
parent 50692151cf
commit b6a2967f47
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace wi::version
// minor features, major updates, breaking compatibility changes
const int minor = 71;
// minor bug fixes, alterations, refactors, updates
const int revision = 73;
const int revision = 74;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);