1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-29 05:08:32 -05:00

updated the version resource to honor the original author

This commit is contained in:
Bo Branten
2025-01-24 01:49:15 +01:00
parent 67ea487e6a
commit b20bf2bf49
3 changed files with 10 additions and 10 deletions

View File

@@ -383,11 +383,11 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "Bo Branten <bosse@accum.se>"
VALUE "CompanyName", "http://www.accum.se/~bosse"
VALUE "CompanyName", "Ext2Fsd Group (www.ext2fsd.com)"
VALUE "FileDescription", "Ext2 Volume Manager for Windows"
VALUE "FileVersion", "3.0.7.9"
VALUE "InternalName", "Ext2Mgr"
VALUE "LegalCopyright", "Copyright (C) GPL v2.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2017 Matt Wu <matt@ext2fsd.com>"
VALUE "OriginalFilename", "Ext2Mgr.exe"
VALUE "ProductName", "Ext2 Volume Manager for Windows"
VALUE "ProductVersion", "3.0.7.9"

View File

@@ -83,11 +83,11 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "Bo Branten <bosse@accum.se>"
VALUE "CompanyName", "http://www.accum.se/~bosse"
VALUE "CompanyName", "Ext2Fsd Group (www.ext2fsd.com)"
VALUE "FileDescription", "Ext2Fsd Service"
VALUE "FileVersion", "1.4.71.1"
VALUE "InternalName", "Ext2Srv"
VALUE "LegalCopyright", "Copyright (C) GPL v2.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2017 Matt Wu <matt@ext2fsd.com>"
VALUE "OriginalFilename", "Ext2Srv.exe"
VALUE "ProductName", "Ext2Fsd Service"
VALUE "ProductVersion", "1.4.71.1"

View File

@@ -19,8 +19,8 @@
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,70,0,0
PRODUCTVERSION 0,70,0,0
FILEVERSION 0,71,0,0
PRODUCTVERSION 0,71,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -36,15 +36,15 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "Bo Branten <bosse@accum.se>\0"
VALUE "CompanyName", "http://www.accum.se/~bosse\0"
VALUE "FileDescription", "Ext2,Ext3,Ext4 File System Driver for Windows\0"
VALUE "CompanyName", "Ext2Fsd Group (www.ext2fsd.com)\0"
VALUE "FileDescription", "Ext4 File System Driver for Windows\0"
VALUE "FileVersion", "0.71.0.0\0"
VALUE "InternalName", "Ext2Fsd.sys\0"
VALUE "LegalCopyright", "GPLv2\0"
VALUE "LegalCopyright", "Copyright (C) 2002-2017 Matt Wu <matt@ext2fsd.com>\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "Ext2Fsd.sys\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Ext2,Ext3,Ext4 File System Driver\0"
VALUE "ProductName", "Ext4 File System Driver\0"
VALUE "ProductVersion", "0.71.0.0\0"
VALUE "SpecialBuild", "\0"
END