1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-29 13:18:30 -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

@@ -368,8 +368,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,0,7,9
PRODUCTVERSION 3,0,7,9
FILEVERSION 3,0,71,1
PRODUCTVERSION 3,0,71,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -384,14 +384,15 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Ext2Fsd Group (www.ext2fsd.com)"
VALUE "FileDescription", "Ext2 Volume Manager for Windows"
VALUE "FileVersion", "3.0.7.9"
VALUE "Comments", "Bo Branten <bosse@accum.se>\0"
VALUE "CompanyName", "http://www.accum.se/~bosse\0"
VALUE "FileDescription", "Ext2 Volume Manager"
VALUE "FileVersion", "3.0.71.1"
VALUE "InternalName", "Ext2Mgr"
VALUE "LegalCopyright", "Copyright (C) 2016 Ext2Fsd Group"
VALUE "LegalCopyright", "Copyright (C) GPL v2.0"
VALUE "OriginalFilename", "Ext2Mgr.exe"
VALUE "ProductName", "Ext2 Volume Manager for Windows"
VALUE "ProductVersion", "3.0.7.9"
VALUE "ProductName", "Ext2 Volume Manager"
VALUE "ProductVersion", "3.0.71.1"
END
END
BLOCK "VarFileInfo"

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);

View File

@@ -66,8 +66,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,7,9
PRODUCTVERSION 1,4,7,9
FILEVERSION 1,4,71,1
PRODUCTVERSION 1,4,71,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -82,15 +82,15 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "Matt Wu <matt@ext2fsd.com>"
VALUE "CompanyName", "www.ext2fsd.com"
VALUE "FileDescription", "Ext2Fsd Service Management"
VALUE "FileVersion", "1.4.7.9"
VALUE "InternalName", "Ext2Srv.exe"
VALUE "LegalCopyright", "Matt Wu <matt@ext2fsd.com>"
VALUE "Comments", "Bo Branten <bosse@accum.se>\0"
VALUE "CompanyName", "http://www.accum.se/~bosse\0"
VALUE "FileDescription", "Ext2Fsd Service"
VALUE "FileVersion", "1.4.71.1"
VALUE "InternalName", "Ext2Srv"
VALUE "LegalCopyright", "Copyright (C) GPL v2.0"
VALUE "OriginalFilename", "Ext2Srv.exe"
VALUE "ProductName", "Ext2Fsd Service"
VALUE "ProductVersion", "1.4.7.9"
VALUE "ProductVersion", "1.4.71.1"
END
END
BLOCK "VarFileInfo"