From c8ad3052f9ffe6c46b22c52389d28668c5c5ecea Mon Sep 17 00:00:00 2001 From: Ayndpa Date: Wed, 19 Nov 2025 22:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=AA=97=E5=8F=A3=E6=A0=87?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- online_game_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/online_game_tool.cpp b/online_game_tool.cpp index 9ec1d92..85f35ae 100644 --- a/online_game_tool.cpp +++ b/online_game_tool.cpp @@ -233,7 +233,7 @@ int main() } // Create window - GLFWwindow *window = glfwCreateWindow(1280, 720, "在线游戏工具", nullptr, nullptr); + GLFWwindow *window = glfwCreateWindow(1280, 720, "在线游戏工具 - 1.0.0", nullptr, nullptr); if (!window) { std::cerr << "Failed to create GLFW window" << std::endl;