From 38a3593865b2d55438946b6ca0d45ab03276853d Mon Sep 17 00:00:00 2001 From: jaby Date: Mon, 29 Jul 2024 13:36:29 -0500 Subject: [PATCH] Update PoolBox Version string --- examples/PoolBox/application/src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PoolBox/application/src/application.cpp b/examples/PoolBox/application/src/application.cpp index 4d6cf550..9889965a 100644 --- a/examples/PoolBox/application/src/application.cpp +++ b/examples/PoolBox/application/src/application.cpp @@ -184,7 +184,7 @@ static void setup() { namespace NormalScene { static void update() { static const char Title[] = ">> Pool Box <<"; - static const char Version[] = "Ver. 0.8.5"; + static const char Version[] = "Ver. 0.9.0"; static constexpr auto TitleLength = DefaultFont::Info.estimate_str_render_length(Title); static constexpr auto VersionLength = DefaultFont::Info.estimate_str_render_length(Version);