mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[UBTRFS] Upgrade to 1.0.2
CORE-14655
This commit is contained in:
parent
2da53310a4
commit
de58c459fa
2 changed files with 6 additions and 6 deletions
|
@ -51,8 +51,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,0,1,0
|
||||
PRODUCTVERSION 1,0,1,0
|
||||
FILEVERSION 1,0,2,0
|
||||
PRODUCTVERSION 1,0,2,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -68,12 +68,12 @@ BEGIN
|
|||
BLOCK "080904b0"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "Btrfs utility DLL"
|
||||
VALUE "FileVersion", "1.0.1"
|
||||
VALUE "FileVersion", "1.0.2"
|
||||
VALUE "InternalName", "ubtrfs"
|
||||
VALUE "LegalCopyright", "Copyright (c) Mark Harmstone 2016-17"
|
||||
VALUE "LegalCopyright", "Copyright (c) Mark Harmstone 2016-18"
|
||||
VALUE "OriginalFilename", "ubtrfs.dll"
|
||||
VALUE "ProductName", "WinBtrfs"
|
||||
VALUE "ProductVersion", "1.0.1"
|
||||
VALUE "ProductVersion", "1.0.2"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
@ -5,7 +5,7 @@ The following FSD are shared with: https://github.com/maharmstone/btrfs.
|
|||
|
||||
reactos/drivers/filesystems/btrfs # Synced to 1.0.2
|
||||
reactos/dll/shellext/shellbtrfs # Synced to 1.0.2
|
||||
reactos/sdk/lib/fslib/btrfslib # Synced to 1.0.1
|
||||
reactos/sdk/lib/fslib/btrfslib # Synced to 1.0.2
|
||||
|
||||
The following FSD are shared with: http://www.ext2fsd.com/
|
||||
|
||||
|
|
Loading…
Reference in a new issue