1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-30 13:28:31 -05:00

updated version information

This commit is contained in:
Bo Branten
2024-06-25 14:45:43 +02:00
parent cff159a1d1
commit 1959e993e2
3 changed files with 19 additions and 18 deletions

View File

@@ -122,7 +122,7 @@ BOOL CAboutDlg::OnInitDialog()
s.Format("Ext2Fsd: < 0.42 (Dec 2007)\0");
}
SET_TEXT(IDC_DRIVER, s);
s = "Ext2Mgr: 3.00 (";
s = "Ext2Mgr: 0.71b(";
s += __DATE__;
s += ")\0";
SET_TEXT(IDC_PROGRAM, s);