Skip to content

Commit fe03c7a

Browse files
committed
Version 1.1.4 released.
1 parent 3f1d59e commit fe03c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wimbckup/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ BOOL g_BackupDriveFailure; // No information is available about the drive bei
112112
BOOL g_fileSelected; // Was the backup/restore file selected.
113113

114114
// Don't forget to increase the version number in the resource file (wimbckup.rc).
115-
const LPCWSTR szAppVersion = TEXT("App version 1.1.4 / 12th February 2023\nCopyright (c) 2023 Christoph Regner (https://github.com/cregx)\nWIM-Backup is licensed under the Apache License 2.0");
115+
const LPCWSTR szAppVersion = TEXT("App version 1.1.4 / 13th February 2023\nCopyright (c) 2023 Christoph Regner (https://github.com/cregx)\nWIM-Backup is licensed under the Apache License 2.0");
116116

117117
// Text constants
118118
const LPCWSTR szRecoveryBtnText = TEXT("Restore");

0 commit comments

Comments
 (0)