From 5f9923afb02f783336422ea51c74e9a15cce16f3 Mon Sep 17 00:00:00 2001 From: RC Chuah <44928288+rc-chuah@users.noreply.github.com> Date: Sun, 21 Jan 2024 18:01:22 +0800 Subject: [PATCH] Update main.c --- Hyper-V-Switch/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hyper-V-Switch/main.c b/Hyper-V-Switch/main.c index 88cd8cc..10a85fb 100644 --- a/Hyper-V-Switch/main.c +++ b/Hyper-V-Switch/main.c @@ -7,10 +7,10 @@ #pragma comment(lib, "Shlwapi.lib") // Define Program Title -#define TITLE L"Hyper-V-Switch v1.0.1.0" +#define TITLE L"Hyper-V-Switch v1.0.2.0" // Define Program Version -#define VERSION "v1.0.1.0" +#define VERSION "v1.0.2.0" // Define Buffer Size #define BUF1 4096 @@ -286,7 +286,7 @@ void reboot() { // Close Process And Thread Handles CloseHandle(pi.hProcess); CloseHandle(pi.hThread); - puts("Rebooting in progress..."); + puts("Rebooting In Progress..."); puts(""); puts("Press Enter To Exit Hyper-V-Switch."); puts("");