make kYazeVersion a string for major/minor/patch format

This commit is contained in:
scawful
2024-08-10 00:19:35 -04:00
parent ea81793550
commit e6cc7aebde
2 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ using OWMapTiles = struct OWMapTiles;
namespace core {
constexpr uint32_t kRedPen = 0xFF0000FF;
constexpr float kYazeVersion = 0.2;
constexpr std::string_view kYazeVersion = "0.2.0";
// ============================================================================
// Magic numbers