From 312f4c5715df5ad3954dec6e1a14e176b951e234 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 7 Feb 2023 17:50:03 +0100 Subject: [PATCH] Release date updated. --- wimbckup/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wimbckup/main.c b/wimbckup/main.c index 43ca443..8c136cd 100644 --- a/wimbckup/main.c +++ b/wimbckup/main.c @@ -108,7 +108,7 @@ BOOL g_bIsRecoveryBtnSelected; // Which radio button ist selected? action_type g_currentAction; // Restore or backup action should be performed? // Don't forget to increase the version number in the resource file (wimbckup.rc). -const LPCWSTR szAppVersion = TEXT("App version 1.0.3 / 4th February 2023\nCopyright (c) 2023 Christoph Regner (https://github.com/cregx)\nWIM-Backup is licensed under the Apache License 2.0"); +const LPCWSTR szAppVersion = TEXT("App version 1.0.3 / 7th February 2023\nCopyright (c) 2023 Christoph Regner (https://github.com/cregx)\nWIM-Backup is licensed under the Apache License 2.0"); // Text constants const LPCWSTR szRecoveryBtnText = TEXT("Restore");