shader warning message coloring; backlog font color setting;

This commit is contained in:
Turánszki János
2022-12-06 10:11:00 +01:00
parent 33ef19bad5
commit 359fcb8c2a
5 changed files with 22 additions and 13 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 = 109;
const int revision = 110;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);