gfx: depth and stencil resolve feature reporting; font renderer fix;

This commit is contained in:
Turánszki János
2022-11-10 17:38:25 +01:00
parent 8f26b106f6
commit e12d966028
5 changed files with 33 additions and 5 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 = 88;
const int revision = 89;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);