Skip to content

Commit

Permalink
Release date updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
cregx committed Feb 7, 2023
1 parent 08ca4c2 commit 312f4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wimbckup/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 312f4c5

Please sign in to comment.