diff --git a/Ext4Fsd/Ext2Fsd.inf b/Ext4Fsd/Ext2Fsd.inf index e35c5d4..0e0788c 100644 --- a/Ext4Fsd/Ext2Fsd.inf +++ b/Ext4Fsd/Ext2Fsd.inf @@ -12,10 +12,10 @@ [Version] Class = ExtendedFileSystem ClassGuid = {19290421-C680-482C-9068-E87D5FE49CA4} -InfVersion = "01.03.00" +InfVersion = "01.04.00" Provider = %Ext2Fsd*Author% Signature = "$Windows NT$" -DriverVer = 03/04/2020,0.70 +DriverVer = 02/26/2024,0.71 CatalogFile = Ext2Fsd.cat PnpLockdown = 1 @@ -160,12 +160,12 @@ Ext2Fsd.sys,,,%COPYFLG_NOPRUNE% Ext2Fsd.sys,,,%DELFLG_IN_USE% [Strings] -Ext2Fsd*Author = "Matt Wu" +Ext2Fsd*Author = "Bo Branten" Ext2Fsd*Description = "Ext2,Ext3,Ext4 filesystem driver" -Ext2Fsd*eMail = "matt@ext2fsd.com" +Ext2Fsd*eMail = "bosse@accum.se" Ext2Fsd*Key = "Ext2Fsd" -Ext2Fsd*URL = "http://www.ext2fsd.com" -Ext2Fsd*Version = "0.70" +Ext2Fsd*URL = "http://www.accum.se/~bosse" +Ext2Fsd*Version = "0.71" ; Non-Localizable Strings DELFLG_IN_USE = 0x00000001 diff --git a/Ext4Fsd/Ext4Fsd.rc b/Ext4Fsd/Ext4Fsd.rc index c8f8dfb..2e5ea59 100644 --- a/Ext4Fsd/Ext4Fsd.rc +++ b/Ext4Fsd/Ext4Fsd.rc @@ -35,17 +35,17 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "Matt Wu \0" - VALUE "CompanyName", "www.ext2fsd.com\0" + VALUE "Comments", "Bo Branten \0" + VALUE "CompanyName", "http://www.accum.se/~bosse\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 "LegalCopyright", "GPLv2\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "Ext2Fsd.sys\0" VALUE "PrivateBuild", "\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" END END diff --git a/Ext4Fsd/include/ext2fs.h b/Ext4Fsd/include/ext2fs.h index 9f0bfc5..da549e0 100644 --- a/Ext4Fsd/include/ext2fs.h +++ b/Ext4Fsd/include/ext2fs.h @@ -38,7 +38,7 @@ /* STRUCTS & CONSTS******************************************************/ -#define EXT2FSD_VERSION "0.70" +#define EXT2FSD_VERSION "0.71" /* WDK DEFINITIONS ******************************************************/ diff --git a/Setup/ext2fsd.nsi b/Setup/ext2fsd.nsi index 587977e..e8a2098 100644 --- a/Setup/ext2fsd.nsi +++ b/Setup/ext2fsd.nsi @@ -17,7 +17,7 @@ Name "Ext2,Ext3,Ext4 filesystem driver" !define PROJECTNAME "Ext2Fsd" !define DRIVERNAME "Ext2Fsd" 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én to test the new ext4 features metadata checksums and 64-bit block numbers. You may choose the install directory:" InstallDir "$PROGRAMFILES\${PROJECTNAME}" OutFile "${PROJECTNAME}-setup.exe"