You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wimbckup/main.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ BOOL g_BackupDriveFailure; // No information is available about the drive bei
112
112
BOOLg_fileSelected; // Was the backup/restore file selected.
113
113
114
114
// Don't forget to increase the version number in the resource file (wimbckup.rc).
115
-
constLPCWSTRszAppVersion=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
+
constLPCWSTRszAppVersion=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");
0 commit comments