From 893c701345ea82dd71e3d2c22eb5ec305a4a55bc Mon Sep 17 00:00:00 2001 From: karutoh Date: Tue, 14 Nov 2023 00:08:54 -0800 Subject: [PATCH] Pong development has been completed. --- Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Main.cpp b/Main.cpp index 4470fe0..0a55e9a 100644 --- a/Main.cpp +++ b/Main.cpp @@ -16,8 +16,8 @@ void LogCallback(const lwe::Log& log) lwe::SInt_32 Main(lwe::Str_8* appName, lwe::Str_8* appVerId, lwe::Version* appVer) { *appName = "Pong"; - *appVerId = "Alpha"; - *appVer = {0, 0, 1}; + *appVerId = "Release"; + *appVer = {1, 0, 0}; lwe::Console::Attach();