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

updated version, e-mail and website

This commit is contained in:
Bo Brantén
2024-02-26 05:01:06 +01:00
parent 92bfce32da
commit 7e9080f174
4 changed files with 12 additions and 12 deletions

View File

@@ -12,10 +12,10 @@
[Version] [Version]
Class = ExtendedFileSystem Class = ExtendedFileSystem
ClassGuid = {19290421-C680-482C-9068-E87D5FE49CA4} ClassGuid = {19290421-C680-482C-9068-E87D5FE49CA4}
InfVersion = "01.03.00" InfVersion = "01.04.00"
Provider = %Ext2Fsd*Author% Provider = %Ext2Fsd*Author%
Signature = "$Windows NT$" Signature = "$Windows NT$"
DriverVer = 03/04/2020,0.70 DriverVer = 02/26/2024,0.71
CatalogFile = Ext2Fsd.cat CatalogFile = Ext2Fsd.cat
PnpLockdown = 1 PnpLockdown = 1
@@ -160,12 +160,12 @@ Ext2Fsd.sys,,,%COPYFLG_NOPRUNE%
Ext2Fsd.sys,,,%DELFLG_IN_USE% Ext2Fsd.sys,,,%DELFLG_IN_USE%
[Strings] [Strings]
Ext2Fsd*Author = "Matt Wu" Ext2Fsd*Author = "Bo Branten"
Ext2Fsd*Description = "Ext2,Ext3,Ext4 filesystem driver" Ext2Fsd*Description = "Ext2,Ext3,Ext4 filesystem driver"
Ext2Fsd*eMail = "matt@ext2fsd.com" Ext2Fsd*eMail = "bosse@accum.se"
Ext2Fsd*Key = "Ext2Fsd" Ext2Fsd*Key = "Ext2Fsd"
Ext2Fsd*URL = "http://www.ext2fsd.com" Ext2Fsd*URL = "http://www.accum.se/~bosse"
Ext2Fsd*Version = "0.70" Ext2Fsd*Version = "0.71"
; Non-Localizable Strings ; Non-Localizable Strings
DELFLG_IN_USE = 0x00000001 DELFLG_IN_USE = 0x00000001

View File

@@ -35,17 +35,17 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "Comments", "Matt Wu <matt@ext2fsd.com>\0" VALUE "Comments", "Bo Branten <bosse@accum.se>\0"
VALUE "CompanyName", "www.ext2fsd.com\0" VALUE "CompanyName", "http://www.accum.se/~bosse\0"
VALUE "FileDescription", "Ext2,Ext3,Ext4 File System Driver for Windows\0" VALUE "FileDescription", "Ext2,Ext3,Ext4 File System Driver for Windows\0"
VALUE "FileVersion", "0.70.0.0\0" VALUE "FileVersion", "0.71.0.0\0"
VALUE "InternalName", "Ext2Fsd.sys\0" VALUE "InternalName", "Ext2Fsd.sys\0"
VALUE "LegalCopyright", "GPLv2\0" VALUE "LegalCopyright", "GPLv2\0"
VALUE "LegalTrademarks", "\0" VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "Ext2Fsd.sys\0" VALUE "OriginalFilename", "Ext2Fsd.sys\0"
VALUE "PrivateBuild", "\0" VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Ext2,Ext3,Ext4 File System Driver\0" VALUE "ProductName", "Ext2,Ext3,Ext4 File System Driver\0"
VALUE "ProductVersion", "0.70.0.0\0" VALUE "ProductVersion", "0.71.0.0\0"
VALUE "SpecialBuild", "\0" VALUE "SpecialBuild", "\0"
END END
END END

View File

@@ -38,7 +38,7 @@
/* STRUCTS & CONSTS******************************************************/ /* STRUCTS & CONSTS******************************************************/
#define EXT2FSD_VERSION "0.70" #define EXT2FSD_VERSION "0.71"
/* WDK DEFINITIONS ******************************************************/ /* WDK DEFINITIONS ******************************************************/

View File

@@ -17,7 +17,7 @@ Name "Ext2,Ext3,Ext4 filesystem driver"
!define PROJECTNAME "Ext2Fsd" !define PROJECTNAME "Ext2Fsd"
!define DRIVERNAME "Ext2Fsd" !define DRIVERNAME "Ext2Fsd"
Icon "..\Ext2Mgr\res\Ext2Mgr.ico" Icon "..\Ext2Mgr\res\Ext2Mgr.ico"
Caption "${PROJECTNAME} 0.70" Caption "${PROJECTNAME} 0.71"
DirText "This is a release of the ${PROJECTNAME} project from Bo Brant<6E>n to test the new ext4 features metadata checksums and 64-bit block numbers. You may choose the install directory:" DirText "This is a release of the ${PROJECTNAME} project from Bo Brant<6E>n to test the new ext4 features metadata checksums and 64-bit block numbers. You may choose the install directory:"
InstallDir "$PROGRAMFILES\${PROJECTNAME}" InstallDir "$PROGRAMFILES\${PROJECTNAME}"
OutFile "${PROJECTNAME}-setup.exe" OutFile "${PROJECTNAME}-setup.exe"